summaryrefslogtreecommitdiff
path: root/packages/fontawesome-free-6.5.2-web/less/_screen-reader.less
blob: 45758b817d262a19483b6677a9c22c630fd9ea96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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();
}