Some checks failed
CI / Check typos (push) Successful in 15s
CI / Check links (push) Failing after 1m37s
CI / Clippy (push) Successful in 3m44s
CI / Build and test (push) Successful in 12m33s
CI / Build container (push) Successful in 10m24s
CI / Deploy on waypoint (push) Successful in 49s
15 lines
336 B
SCSS
15 lines
336 B
SCSS
// screen-reader utilities
|
|
// -------------------------
|
|
|
|
// 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;
|
|
}
|