mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
Fixed hidden tabs still showing
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user