de-conflictize a11y PR

This commit is contained in:
tophf 2017-12-10 04:19:55 +03:00
parent 4b207f3dd4
commit e0e5ab393f

View File

@ -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 {