Files
blog/sass/_hidden.scss
daudix 7691b260a3 Fix missing labels (a11y)
Additionally add some missing translations
2024-06-20 06:48:56 +03:00

10 lines
173 B
SCSS

.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;
}