mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-62419 Theme boost: use sr-only() mixin for .accesshide
This commit is contained in:
parent
ab65b87f3d
commit
b188407bdc
@ -293,11 +293,7 @@ form.popupform div {
|
||||
|
||||
// Accessibility: text 'seen' by screen readers but not visual users.
|
||||
.accesshide {
|
||||
position: absolute;
|
||||
/*rtl:ignore*/
|
||||
left: -10000px;
|
||||
font-weight: normal;
|
||||
font-size: 1em;
|
||||
@include sr-only();
|
||||
}
|
||||
|
||||
span.hide,
|
||||
|
Loading…
x
Reference in New Issue
Block a user