mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-05 07:09:30 +00:00
chore: Update tab button styling to hide tabs without fading effect
This commit is contained in:
@@ -359,7 +359,7 @@ toolbarbutton#scrollbutton-up {
|
||||
}
|
||||
|
||||
.tabbrowser-tab:not([fadein]) {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab:is([multiselected="true"], [selected]) {
|
||||
|
||||
Reference in New Issue
Block a user