From 5efe209a7394345b82d64ee72acc43c74b85db9c Mon Sep 17 00:00:00 2001 From: Itiel Date: Tue, 20 Aug 2019 08:12:22 +0000 Subject: [PATCH] Bug 1574847 - Fix the checkmark position on the main devtools options menu dropdown for RTL users r=pbro Differential Revision: https://phabricator.services.mozilla.com/D42518 --HG-- extra : moz-landing-system : lando --- devtools/client/themes/tooltips.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devtools/client/themes/tooltips.css b/devtools/client/themes/tooltips.css index c755d500898e..c3737ddfa901 100644 --- a/devtools/client/themes/tooltips.css +++ b/devtools/client/themes/tooltips.css @@ -443,8 +443,9 @@ strong { background-position: center left 7px; } +.tooltip-container[type="doorhanger"] .menuitem > .command[aria-checked="true"]:-moz-locale-dir(rtl), .tooltip-container[type="doorhanger"] .menuitem > .command[aria-checked="true"]:dir(rtl) { - background-position: center right 7px; + background-position-x: right 7px; } .tooltip-container[type="doorhanger"] .menuitem > .command > .label {