Update tab background styling to account for multiselected tabs for improved visual clarity

This commit is contained in:
mr. M
2025-01-02 15:51:31 +01:00
parent 2ce0eae82e
commit 2307c68ab2

View File

@@ -925,7 +925,7 @@
box-shadow: 0 0 1px 1px light-dark(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
&:not([selected]) .tab-background {
&:not([selected], [multiselected="true"]) .tab-background {
background: var(--zen-toolbar-element-bg);
backdrop-filter: none !important;
border: 1px solid light-dark(transparent, rgba(255, 255, 255, 0.05));