Fix portal header tab state colors

This commit is contained in:
2026-06-02 18:07:36 +02:00
parent a8066e4684
commit 6f42dd6e9f
@@ -164,13 +164,13 @@
} }
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="true"] { .sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="true"] {
background: var(--surface-tab-unselected); background: var(--surface-tab-selected);
color: var(--text-tab-unselected); color: var(--text-tab-selected);
} }
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="false"] { .sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="false"] {
background: var(--surface-tab-selected); background: var(--surface-tab-unselected);
color: var(--text-tab-selected); color: var(--text-tab-unselected);
} }
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"][data-component-context="content"] .sg-tab-button[aria-selected="true"] { .sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"][data-component-context="content"] .sg-tab-button[aria-selected="true"] {