From b188407bdc8c4fc022678aa1b99565e7702e2fc6 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Tue, 15 May 2018 10:39:09 +0200 Subject: [PATCH] MDL-62419 Theme boost: use sr-only() mixin for .accesshide --- theme/boost/scss/moodle/core.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/theme/boost/scss/moodle/core.scss b/theme/boost/scss/moodle/core.scss index 9c07a8d7935..bf24aac42eb 100644 --- a/theme/boost/scss/moodle/core.scss +++ b/theme/boost/scss/moodle/core.scss @@ -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,