Update activatable radio variant to horizontal two-option group with shared remove

This commit is contained in:
2026-05-19 11:08:31 +02:00
parent 1a75bc6727
commit 7457dd34ee
2 changed files with 60 additions and 18 deletions
+12
View File
@@ -1297,6 +1297,18 @@ section + section {
opacity: var(--disabled-opacity);
}
.sg-radio-activatable-group__choices {
display: inline-flex;
align-items: center;
gap: var(--spacing-small);
}
.sg-radio-activatable-group__choice {
display: inline-flex;
align-items: center;
gap: var(--spacing-small);
}
.sg-checkbox-field-option--disabled {
color: var(--text-control-disabled);
opacity: var(--disabled-opacity);