mirror of https://github.com/twbs/bootstrap.git
9 lines
117 B
SCSS
9 lines
117 B
SCSS
|
//
|
||
|
// Visually hidden
|
||
|
//
|
||
|
|
||
|
.visually-hidden,
|
||
|
.visually-hidden-focusable:not(:focus) {
|
||
|
@include visually-hidden();
|
||
|
}
|