chore: Update tab button styling to hide tabs without fading effect

This commit is contained in:
Mauro Balades
2024-08-07 19:55:40 +02:00
parent fb6845f651
commit d3287ce216

View File

@@ -359,7 +359,7 @@ toolbarbutton#scrollbutton-up {
}
.tabbrowser-tab:not([fadein]) {
display: none;
display: none !important;
}
.tabbrowser-tab:is([multiselected="true"], [selected]) {