From 4a11d6cd7b7a22ca0ffebda0fd4a97a86f60e924 Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Fri, 5 Nov 2021 16:44:56 +0900 Subject: [PATCH] Fix: Dark Mode - Linux Library popup's duplicated arrow --- userChrome.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/userChrome.css b/userChrome.css index 35ed54a..8cec163 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1978,7 +1978,7 @@ } } - /*= Page Info ==============================================================*/ + /*= Library Popup ==========================================================*/ @-moz-document url("chrome://browser/content/places/places.xhtml") { @media (-moz-gtk-csd-available) { @@ -2119,13 +2119,7 @@ #placesMenu > menu > .menubar-text { margin-block: 0 !important; /* override menu.css */ - padding-inline-end: 8px !important; - background: url(chrome://global/skin/icons/arrow-down-12.svg) right center no-repeat !important; - background-size: 6px !important; - } - - #placesMenu > menu > .menubar-text:-moz-locale-dir(rtl) { - background-position-x: left !important; + padding-inline-end: 4px !important; } /*- Search Bar ---------------------------------------------------------*/