Tabsbar: Fix icon overlay bg when pinned and selected

This commit is contained in:
Rafael Mardojai CM 2022-05-22 00:08:28 -05:00
parent f4014e54a6
commit 613ff29aff
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 3 additions and 0 deletions

View File

@ -245,6 +245,9 @@ tab[selected]:-moz-window-inactive {
.tab-icon-overlay:is([pinned], [sharing]):not([crashed], [selected]):hover {
background: rgba(255, 255, 255, 0.8) !important;
}
.tab-icon-overlay:is([pinned],[selected]) {
background: rgba(255, 255, 255, 0.5) !important;
}
/* Fix icon overlay posisition when sharing */
.tab-icon-overlay:not([crashed], [pinned]):is([sharing])[selected] {
top: 0 !important;