chore: Update tab styling in Zen browser theme

This commit is contained in:
Mauro Balades
2024-08-11 17:01:31 +02:00
parent aa4d950be1
commit 650337f9b5

View File

@@ -322,6 +322,10 @@ toolbarbutton#scrollbutton-up {
align-items: center;
}
.tabbrowser-tab[pending]:not(:hover) {
opacity: 0.5;
}
.tabbrowser-tab[hidden="true"] {
display: none !important;
}