Fixed hidden tabs still showing

This commit is contained in:
Mauro Balades
2024-08-08 13:35:11 +02:00
parent 5b50649739
commit 1e368f6f0f

View File

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