MDL-63044 theme_boost: add dir-ltr-hide and dir-rtl-hide classes

This commit is contained in:
Ryan Wyllie 2018-09-04 13:05:01 +08:00
parent 916c0ded83
commit 296ff0a768
2 changed files with 18 additions and 0 deletions

View File

@ -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;
}
}

View File

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