Keep selected tab surface unchanged; white only for unselected tabs

This commit is contained in:
2026-05-21 18:37:09 +02:00
parent e15948b348
commit 94054e6402
-1
View File
@@ -2255,7 +2255,6 @@ section + section {
flex-direction: column; flex-direction: column;
gap: var(--spacing-small); gap: var(--spacing-small);
width: 100%; width: 100%;
--surface-tab-selected: var(--color-white);
--surface-tab-unselected: var(--color-white); --surface-tab-unselected: var(--color-white);
} }