privatemode indicator menu button: add class selector to hide the item

This fixes #478
This commit is contained in:
MrOtherGuy
2024-12-03 05:25:01 +02:00
parent 93c8b2b4ff
commit d9e3c87cbe

View File

@@ -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;