Skip to content

Commit de86689

Browse files
committed
Remove Firefox ESR 52 CSS hack
1 parent c11661f commit de86689

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

src/assets/sass/modules/_forms.scss

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -187,25 +187,6 @@ textarea {
187187
}
188188
}
189189

190-
/**
191-
* Reset to OS-native UI for Firefox <54.
192-
*
193-
* TODO: Remove when Firefox ESR 54 available.
194-
*/
195-
196-
@supports (unicode-bidi: -moz-isolate) {
197-
[type="checkbox"]:not(.ui-checkboxradio) {
198-
bottom: -0.1em;
199-
-moz-appearance: checkbox;
200-
201-
}
202-
203-
[type="radio"]:not(.ui-checkboxradio) {
204-
bottom: -0.1em;
205-
-moz-appearance: radio;
206-
}
207-
}
208-
209190
/**
210191
* Correct the cursor style of increment and decrement buttons in Safari.
211192
*/

0 commit comments

Comments
 (0)