Also hide labeled private-browsing indicator when not needed
This commit is contained in:
parent
5be0331715
commit
2ed7f4c60c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,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{ display: none }
|
||||
:root[privatebrowsingmode="temporary"] #PanelUI-menu-button{
|
||||
list-style-image: url("chrome://global/skin/icons/indicator-private-browsing.svg") !important;
|
||||
|
|
Loading…
Reference in a new issue