2024-11-21 05:52:52 +08:00
|
|
|
// screen-reader utilities
|
2019-01-13 23:59:16 +08:00
|
|
|
// -------------------------
|
|
|
|
|
|
2024-11-21 05:52:52 +08:00
|
|
|
// only display content to screen readers
|
|
|
|
|
.sr-only,
|
|
|
|
|
.#{$fa-css-prefix}-sr-only {
|
|
|
|
|
@include fa-sr-only;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// use in conjunction with .sr-only to only display content when it's focused
|
|
|
|
|
.sr-only-focusable,
|
|
|
|
|
.#{$fa-css-prefix}-sr-only-focusable {
|
|
|
|
|
@include fa-sr-only-focusable;
|
|
|
|
|
}
|