Skip to content

Commit

Permalink
MDL-62254 Theme: Fix accesshide class in RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Apr 30, 2018
1 parent af099b4 commit 7092ba7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/boost/scss/moodle/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7092ba7

Please sign in to comment.