зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1573791 - Fix Accessibility tabs dropdown checkmark for RTL users r=yzen
Differential Revision: https://phabricator.services.mozilla.com/D42220 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
c051155f99
Коммит
47760e669d
|
@ -440,7 +440,7 @@ strong {
|
|||
background-position: center left 7px;
|
||||
}
|
||||
|
||||
.tooltip-container[type="doorhanger"] .menuitem > .command[aria-checked="true"]:-moz-locale-dir(rtl) {
|
||||
.tooltip-container[type="doorhanger"] .menuitem > .command[aria-checked="true"]:dir(rtl) {
|
||||
background-position: center right 7px;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче