Checkbox/Radio: bei aus Interaktionselement inkl. Labels ausgrauen, Schalter aktiv lassen

This commit is contained in:
2026-05-23 10:34:09 +02:00
parent 3b135718b3
commit f0225693bd
+5
View File
@@ -1557,6 +1557,11 @@ section + section {
gap: var(--spacing-large);
}
#component-checkbox-field .sg-checkbox-field-option[data-activatable="true"][data-component-state="inactive-selectable"] > *:not(.sg-mode-toggle),
#component-radio-field .sg-checkbox-field-option[data-activatable="true"][data-component-state="inactive-selectable"] > *:not(.sg-mode-toggle) {
opacity: var(--disabled-opacity);
}
.sg-radio-activatable-group__choices {
display: inline-flex;
align-items: center;