This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/scss/utils/_a11y.scss

21 lines
296 B
SCSS

.screen-reader-text, .sr-only {
visibility: collapse;
font-size:0;
position:absolute;
top:-2000px;
}
.skip {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.skip:focus-within {
position: static;
width: auto;
height: auto;
}