mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
MDL-63044 theme_boost: add dir-ltr-hide and dir-rtl-hide classes
This commit is contained in:
parent
916c0ded83
commit
296ff0a768
@ -2139,4 +2139,16 @@ div.editor_atto_toolbar button .icon {
|
||||
.line-height-#{$size} {
|
||||
line-height: $length !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
}
|
||||
|
||||
.dir-rtl {
|
||||
.dir-rtl-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.dir-ltr {
|
||||
.dir-ltr-hide {
|
||||
display: none;
|
||||
}
|
||||
}
|
@ -10462,6 +10462,12 @@ div.editor_atto_toolbar button .icon {
|
||||
line-height: 3rem !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.dir-rtl .dir-rtl-hide {
|
||||
display: none; }
|
||||
|
||||
.dir-ltr .dir-ltr-hide {
|
||||
display: none; }
|
||||
|
||||
.icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user