Skip to content
Snippets Groups Projects
Commit 1bdd81f8 authored by Itiel's avatar Itiel
Browse files

Bug 1817888 - Properly mirror the web appearance images in about:preferences...

Bug 1817888 - Properly mirror the web appearance images in about:preferences for RTL r=emilio,desktop-theme-reviewers,dao

Differential Revision: https://phabricator.services.mozilla.com/D170414
parent eb20a01e
No related branches found
No related tags found
No related merge requests found
......@@ -1409,7 +1409,7 @@ richlistitem .text-link:hover {
content: url("chrome://browser/content/preferences/web-appearance-dark.svg")
}
.web-appearance-choice img:dir(rtl) {
.web-appearance-choice img:-moz-locale-dir(rtl) {
transform: scaleX(-1);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment