Keep FF garbage separate

This commit is contained in:
narcolepticinsomniac 2017-12-05 07:50:49 -05:00 committed by GitHub
parent e61877b9f9
commit 93a8f99b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,6 @@ select {
transition: fill .5s;
}
::-moz-focus-inner {
border: 0;
}
@supports (-moz-appearance: none) {
.moz-appearance-bug .svg-icon.checked {
display: none !important;
@ -110,4 +106,8 @@ select {
padding-left: .75ex;
padding-right: .75ex;
}
::-moz-focus-inner {
border: 0;
}
}