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