From d9e3c87cbebe0d406d8d34f523ae1d9ca7a2fe69 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 3 Dec 2024 05:25:01 +0200 Subject: [PATCH] privatemode indicator menu button: add class selector to hide the item This fixes #478 --- chrome/privatemode_indicator_as_menu_button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/privatemode_indicator_as_menu_button.css b/chrome/privatemode_indicator_as_menu_button.css index 5b311a6..702b761 100644 --- a/chrome/privatemode_indicator_as_menu_button.css +++ b/chrome/privatemode_indicator_as_menu_button.css @@ -4,6 +4,7 @@ See the above repository for updates as well as full license text. */ /* Removes the private-browsing-mode indicator from tabs toolbar and changes the menu-button icon to the private-browsing indicator in private windows */ #private-browsing-indicator-with-label, +.private-browsing-indicator-with-label, .private-browsing-indicator{ display: none } :root[privatebrowsingmode="temporary"] #PanelUI-menu-button{ list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important;