Update activatable radio variant to horizontal two-option group with shared remove
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user