Bug 1571243 - Mirror the popup-subitem.svg icon for RTL r=ntim

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Itiel 2019-08-05 19:45:12 +00:00
parent 4aefa55c19
commit b8d7e98578

View File

@ -228,6 +228,10 @@ html|*#webRTC-previewVideo {
height: 16px;
}
.popup-subitem:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
.identity-popup-popup-menulist {
min-width: 6.5em;
}