shouldn't hide the audio icon overlay from pinned tabs
This commit is contained in:
parent
c8b014028d
commit
2505a9693e
1 changed files with 1 additions and 1 deletions
|
@ -38,5 +38,5 @@ menupopup > menu{ padding-block: 0.3em !important; }
|
|||
/*
|
||||
.tab-secondary-label:is([soundplaying], [muted], [activemedia-blocked], [pictureinpicture]){ display: -moz-box !important; }
|
||||
#TabsToolbar:not(:hover) .tab-icon-image{ opacity: 1 !important; }
|
||||
#TabsToolbar:not(:hover) .tab-icon-overlay{ opacity: 0 !important; }
|
||||
#TabsToolbar:not(:hover) .tab-icon-overlay:not([pinned]){ opacity: 0 !important; }
|
||||
*/
|
Loading…
Reference in a new issue