From a78d6f51783b844264181708e6a5201893d03be6 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sun, 16 Jul 2023 12:32:16 -0500 Subject: [PATCH] buttons: Fix regression --- theme/parts/buttons-fixes.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/parts/buttons-fixes.css b/theme/parts/buttons-fixes.css index 21af903..42e0b39 100644 --- a/theme/parts/buttons-fixes.css +++ b/theme/parts/buttons-fixes.css @@ -1,6 +1,12 @@ /* Buttons Issues/Glitches fixes */ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; +/* Remove the header bar buttons' hover styles */ +#nav-bar { + --toolbarbutton-active-background: transparent !important; + --toolbarbutton-hover-background: transparent !important; +} + /* Fix notification dropmarker */ .popup-notification-dropmarker dropmarker { display: none !important;