de-conflictize a11y PR
This commit is contained in:
parent
4b207f3dd4
commit
e0e5ab393f
|
@ -1,7 +1,3 @@
|
|||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
button {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -169,6 +165,11 @@ select[disabled] > option {
|
|||
color: graytext;
|
||||
}
|
||||
|
||||
/* global stuff we use everywhere */
|
||||
.hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@supports (-moz-appearance: none) {
|
||||
.moz-appearance-bug .svg-icon.checked,
|
||||
.moz-appearance-bug input[type="radio"]:after {
|
||||
|
|
Loading…
Reference in New Issue
Block a user