inline audio icons shouldn't be inline in pinned tabs

This commit is contained in:
MrOtherGuy 2021-06-05 09:00:30 +03:00
parent 577e2ae0d2
commit 3b04182073

View file

@ -3,10 +3,10 @@ See the above repository for updates as well as full license text. */
/* Shows tab audio icons next to the tab icon, and by default removes the tab secondary line */ /* Shows tab audio icons next to the tab icon, and by default removes the tab secondary line */
.tab-icon-stack:is([muted],[soundplaying],[activemedia-blocked]){ .tabbrowser-tab:not([pinned]) .tab-icon-stack:is([muted],[soundplaying],[activemedia-blocked]){
grid-template-areas: "a s"; grid-template-areas: "a s";
} }
.tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; } .tabbrowser-tab:not([pinned]) .tab-icon-overlay:is([muted],[soundplaying],[activemedia-blocked]){ grid-area: s; }
.tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; } .tab-icon-overlay,.tab-icon-image{ opacity: 1 !important; }
/* secondary audio label ain't much use with this style, but feel free to remove the next line if you want to show it. */ /* secondary audio label ain't much use with this style, but feel free to remove the next line if you want to show it. */