Bug 1574847 - Fix the checkmark position on the main devtools options menu dropdown for RTL users r=pbro

Differential Revision: https://phabricator.services.mozilla.com/D42518

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-08-20 08:12:22 +00:00
Родитель 017b63b057
Коммит 5efe209a73
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -443,8 +443,9 @@ strong {
background-position: center left 7px; 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) { .tooltip-container[type="doorhanger"] .menuitem > .command[aria-checked="true"]:dir(rtl) {
background-position: center right 7px; background-position-x: right 7px;
} }
.tooltip-container[type="doorhanger"] .menuitem > .command > .label { .tooltip-container[type="doorhanger"] .menuitem > .command > .label {