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