Fix portal header tab state colors
This commit is contained in:
@@ -164,13 +164,13 @@
|
||||
}
|
||||
|
||||
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="true"] {
|
||||
background: var(--surface-tab-unselected);
|
||||
color: var(--text-tab-unselected);
|
||||
background: var(--surface-tab-selected);
|
||||
color: var(--text-tab-selected);
|
||||
}
|
||||
|
||||
.sg-tab-button-group[data-component="tab-navigation"][data-component-size="large"] .sg-tab-button[aria-selected="false"] {
|
||||
background: var(--surface-tab-selected);
|
||||
color: var(--text-tab-selected);
|
||||
background: var(--surface-tab-unselected);
|
||||
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"] {
|
||||
|
||||
Reference in New Issue
Block a user