mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 17:10:20 +01:00
MDL-62254 Theme: Fix accesshide class in RTL mode
This commit is contained in:
parent
af099b484c
commit
7092ba71de
@ -294,6 +294,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user