Keep radio option labels visually stable in activatable variant

This commit is contained in:
2026-05-25 07:33:34 +02:00
parent bcd16e3077
commit aef7fabb9c
+5
View File
@@ -1689,6 +1689,11 @@ section + section {
gap: var(--spacing-small);
}
#component-radio-field .sg-radio-activatable-group__choice > span {
color: var(--text-control-default);
opacity: 1;
}
#component-radio-field .sg-checkbox-field-option {
display: grid;
grid-template-columns: calc(var(--interaction-height) * 6) minmax(0, 1fr);