Fix missing labels (a11y)

Additionally add some missing translations
This commit is contained in:
daudix
2024-06-20 06:48:56 +03:00
parent 0a9b65d056
commit 7691b260a3
8 changed files with 62 additions and 44 deletions

9
sass/_hidden.scss Normal file
View 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;
}