Darken inactive portal header tabs

This commit is contained in:
2026-06-15 12:30:09 +02:00
parent 6290c2975f
commit e3e027e419
+5 -1
View File
@@ -2036,6 +2036,11 @@ section + section {
width: 100%;
}
.sg-portal-header__tabs .sg-tab-button[aria-selected="false"] {
background: var(--color-dark-grey);
color: var(--color-font-light);
}
.sg-portal-header__menu-wrap {
grid-area: menu;
justify-self: end;
@@ -4255,4 +4260,3 @@ section + section {
color: var(--text-typography-preview);
margin-top: 0;
}