Hide virtual sound indicator for a parent tab when the subtree is expanded

This commit is contained in:
YUKI Hiroshi 2015-11-19 18:31:16 +09:00
parent e6eac24805
commit 03fb19d810

View File

@ -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 */