Fix: adjust vertical tab background opacity for improved visibility

This commit is contained in:
mr. M
2024-11-10 20:08:04 +01:00
parent 9443169283
commit 0e02cb14ec

View File

@@ -806,7 +806,7 @@
border-radius: var(--border-radius-medium);
&:not([selected]) .tab-background {
background: light-dark(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
background: light-dark(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
box-shadow: none;
}