noah.is/static/fontawesome-free-6.1.2-web/less/_screen-reader.less
2023-06-28 23:29:41 -07:00

15 lines
322 B
Plaintext

// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.@{fa-css-prefix}-sr-only {
.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 {
.fa-sr-only-focusable();
}