Tabsbar: Fix sound indicator on pinned tabs

also set a fixed with for pinned tabs
This commit is contained in:
Rafael Mardojai CM 2021-12-19 18:27:46 -05:00
parent 73c9a351b7
commit 7e7e6b0bb8
1 changed files with 12 additions and 0 deletions

View File

@ -321,6 +321,18 @@ tab[selected]:-moz-window-inactive {
display: none !important;
}
/* Pinned tab sound indicator */
.tab-icon-overlay:is([pinned], [sharing]):not([crashed]) {
background: rgba(255, 255, 255, 0.5) !important;
stroke: unset !important;
}
.tab-icon-overlay:is([pinned], [sharing]):not([crashed]):hover {
background: rgba(255, 255, 255, 0.8) !important;
}
.tabbrowser-tab[pinned] {
max-width: 37px !important;
}
/* Remove container bottom line indicator */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
display: none;