mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 15:34:42 +00:00
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
8 lines
115 B
SCSS
8 lines
115 B
SCSS
//
|
|
// Screenreaders
|
|
//
|
|
|
|
.visually-hidden,
|
|
.visually-hidden-focusable:not(:focus) {
|
|
@include visually-hidden();
|
|
}
|