mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
8 lines
136 B
SCSS
8 lines
136 B
SCSS
//
|
|
// Visually hidden
|
|
//
|
|
|
|
.visually-hidden,
|
|
.visually-hidden-focusable:not(:focus):not(:focus-within) {
|
|
@include visually-hidden();
|
|
}
|