mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
9 lines
136 B
SCSS
9 lines
136 B
SCSS
|
//
|
||
|
// Visually hidden
|
||
|
//
|
||
|
|
||
|
.visually-hidden,
|
||
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
||
|
@include visually-hidden();
|
||
|
}
|