Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-05 08:08:46 +02:00
parent 896e6bfddb
commit 4c67276645
13 changed files with 1148 additions and 2 deletions
@@ -155,6 +155,18 @@
background: var(--surface-tab-compact-background);
}
.sg-tab-button-group[data-component-variant="linksmenu-items"] {
flex-direction: column;
align-items: stretch;
width: 100%;
}
.sg-tab-button-group[data-component-variant="linksmenu-items"] .sg-tab-button {
width: 100%;
justify-content: flex-start;
text-align: left;
}
.sg-tab-button-group[data-component-context="content"] {
background: var(--surface-tab-compact-background);
}