2
0
Fork 0
Vmeda.Online/src/theme/bootstrap.scss

16 lines
309 B
SCSS
Raw Normal View History

// Text for accessibility, hidden from the view.
.sr-only, .accesshide {
@include sr-only();
display: block !important;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}