Bug 1608192 - Place the protections popup message image on the left side of the popup for RTL r=ewright

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2020-01-09 20:51:11 +00:00
Родитель 4837ca0587
Коммит 79cd082a2d
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1838,6 +1838,10 @@ toolbarpaletteitem[place="menu-panel"] > .subviewbutton-nav::after {
color: white;
}
#protections-popup-message:-moz-locale-dir(rtl) {
background-position: top left;
}
#protections-popup-message > .whatsNew-message-body > .text-link {
text-decoration: underline;
}