Fix missing labels (a11y)
Additionally add some missing translations
This commit is contained in:
9
sass/_hidden.scss
Normal file
9
sass/_hidden.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.hidden:not(:focus):not(:active) {
|
||||
clip: rect(0 0 0 0);
|
||||
position: absolute;
|
||||
clip-path: inset(100%);
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
Reference in New Issue
Block a user