MDL-62419 Theme boost: use sr-only() mixin for .accesshide

This commit is contained in:
Bas Brands 2018-05-15 10:39:09 +02:00
parent ab65b87f3d
commit b188407bdc

View File

@ -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,