appearance: none has accessibility problems
This commit is contained in:
parent
411c93e860
commit
d93e38b618
1 changed files with 8 additions and 1 deletions
|
@ -46,7 +46,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterlist input {
|
.filterlist input {
|
||||||
appearance: none;
|
/* i can't believe it's not appearance: none */
|
||||||
|
clip: rect(0 0 0 0);
|
||||||
|
clip-path: inset(100%);
|
||||||
|
height: 1px;
|
||||||
|
overflow: hidden;
|
||||||
|
position: absolute;
|
||||||
|
white-space: nowrap;
|
||||||
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterlist li:not([hidden]) {
|
.filterlist li:not([hidden]) {
|
||||||
|
|
Loading…
Reference in a new issue