(style) Update tab background colors for improved visibility

This commit is contained in:
mr. M
2024-11-09 19:40:41 +01:00
parent e75f6f85e7
commit 6a7ce1639a

View File

@@ -100,7 +100,7 @@
border-bottom: 0px solid transparent !important; border-bottom: 0px solid transparent !important;
--tab-block-margin: 2px; --tab-block-margin: 2px;
--tab-selected-bgcolor: light-dark(rgba(255,255,255,.7), rgba(255,255,255,.25)); --tab-selected-bgcolor: light-dark(rgba(255,255,255,.8), rgba(255,255,255,.25));
grid-gap: 0 !important; grid-gap: 0 !important;
&[overflow]::after, &[overflow]::after,
@@ -789,7 +789,8 @@
border-radius: var(--border-radius-medium); border-radius: var(--border-radius-medium);
&:not([selected]) .tab-background { &:not([selected]) .tab-background {
background: light-dark(rgba(0, 0, 0, 0.06), rgba(255, 255, 255, 0.1)); background: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
box-shadow: none;
} }
backdrop-filter: blur(10px); backdrop-filter: blur(10px);