Hide virtual sound indicator for a parent tab when the subtree is expanded
This commit is contained in:
parent
e6eac24805
commit
03fb19d810
@ -643,6 +643,13 @@ window[chromehidden~="toolbar"]
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
/* hide virtual sound indicator icon in subtree-expanded parent tabs */
|
||||
.tabbrowser-tab[soundplaying="true"]:not([treestyletab-really-sound-playing="true"]):not([treestyletab-subtree-collapsed="true"])
|
||||
:-moz-any(.tab-icon-sound,
|
||||
.tab-icon-overlay[soundplaying]) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
/* full tooltip */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user