Keep FF garbage separate
This commit is contained in:
parent
e61877b9f9
commit
93a8f99b12
|
@ -93,10 +93,6 @@ select {
|
||||||
transition: fill .5s;
|
transition: fill .5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-focus-inner {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@supports (-moz-appearance: none) {
|
@supports (-moz-appearance: none) {
|
||||||
.moz-appearance-bug .svg-icon.checked {
|
.moz-appearance-bug .svg-icon.checked {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -110,4 +106,8 @@ select {
|
||||||
padding-left: .75ex;
|
padding-left: .75ex;
|
||||||
padding-right: .75ex;
|
padding-right: .75ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-focus-inner {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user