2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-06-08 17:22:24 +03:00
Files
font-awesome/less/_screen-reader.less
T
2022-02-07 14:16:51 -06:00

15 lines
294 B
Plaintext

// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.fa-sr-only {
.fa-sr-only();
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.fa-sr-only-focusable {
.fa-sr-only-focusable();
}