Bug 1598901 - Fix extension toggle in RTL r=rpl,Itiel

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mark Striemer 2019-11-26 19:29:14 +00:00
parent ba10daaa56
commit c9b7200658

View File

@ -70,3 +70,6 @@ input[type="checkbox"].toggle-button::before {
input[type="checkbox"].toggle-button:checked::before {
transform: translateX(var(--dot-transform-x));
}
input[type="checkbox"].toggle-button:dir(rtl)::before {
scale: -1;
}