2021-03-08 15:30:25 +01:00
|
|
|
// Text for accessibility, hidden from the view.
|
|
|
|
.sr-only, .accesshide {
|
2022-11-14 11:23:33 +01:00
|
|
|
@include sr-only();
|
|
|
|
|
2021-06-04 12:25:30 +02:00
|
|
|
display: block !important;
|
2021-03-08 15:30:25 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.sr-only-focusable:active, .sr-only-focusable:focus {
|
|
|
|
position: static;
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
|
|
|
white-space: normal;
|
|
|
|
}
|