Aktivierungs-Schalter nicht ausgrauen und Abstand zu Controls auf spacing-large

This commit is contained in:
2026-05-23 10:32:32 +02:00
parent e4a2872b17
commit 3b135718b3
+3 -2
View File
@@ -1552,8 +1552,9 @@ section + section {
color: var(--text-control-default); color: var(--text-control-default);
} }
.sg-checkbox-field-option[data-activatable="true"][data-component-state="inactive-selectable"] { #component-checkbox-field .sg-checkbox-field-option[data-activatable="true"],
opacity: var(--disabled-opacity); #component-radio-field .sg-checkbox-field-option[data-activatable="true"] {
gap: var(--spacing-large);
} }
.sg-radio-activatable-group__choices { .sg-radio-activatable-group__choices {