We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11661f commit de86689Copy full SHA for de86689
src/assets/sass/modules/_forms.scss
@@ -187,25 +187,6 @@ textarea {
187
}
188
189
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
205
- -moz-appearance: radio;
206
207
-}
208
209
/**
210
* Correct the cursor style of increment and decrement buttons in Safari.
211
*/
0 commit comments