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

This reverts commit f0225693bd.
This commit is contained in:
2026-05-25 06:52:28 +02:00
parent 92f50094ec
commit 74eaed57f1
-5
View File
@@ -1557,11 +1557,6 @@ section + section {
gap: var(--spacing-large); 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 { .sg-radio-activatable-group__choices {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;