Use global tab colors in portal header
This commit is contained in:
@@ -2034,11 +2034,10 @@ section + section {
|
||||
.sg-portal-header__tabs {
|
||||
grid-area: tabs;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sg-portal-header__tabs .sg-tab-button[aria-selected="false"] {
|
||||
background: var(--color-dark-grey);
|
||||
color: var(--color-font-light);
|
||||
--surface-tab-selected: var(--color-dark-grey);
|
||||
--surface-tab-unselected: var(--color-white);
|
||||
--text-tab-selected: var(--color-font-light);
|
||||
--text-tab-unselected: var(--color-dark-grey);
|
||||
}
|
||||
|
||||
.sg-portal-header__menu-wrap {
|
||||
|
||||
Reference in New Issue
Block a user