2
0
mirror of https://github.com/tenrok/Font-Awesome.git synced 2026-05-15 11:59:36 +03:00
Files
font-awesome/free/js-packages/@fortawesome/fontawesome-free/less/_screen-reader.less
T
Jason Otero 8302f1cca7 Release 6.5.0 (#20016)
Co-authored-by: robmadole <robmadole@users.noreply.github.com>
2023-11-28 12:45:05 -06: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();
}