|
Ultima modificación |
Ver Log
|
| Rev |
Autor |
Línea Nro. |
Línea |
| 1 |
efrain |
1 |
// screen-reader utilities
|
|
|
2 |
// -------------------------
|
|
|
3 |
|
|
|
4 |
// only display content to screen readers
|
|
|
5 |
.sr-only,
|
|
|
6 |
.#{$fa-css-prefix}-sr-only {
|
|
|
7 |
@include fa-sr-only;
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
// use in conjunction with .sr-only to only display content when it's focused
|
|
|
11 |
.sr-only-focusable,
|
|
|
12 |
.#{$fa-css-prefix}-sr-only-focusable {
|
|
|
13 |
@include fa-sr-only-focusable;
|
|
|
14 |
}
|