mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-31 00:54:38 +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