mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
ba10daaa56
commit
c9b7200658
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user