Checkbox/Radio: bei aus Interaktionselement inkl. Labels ausgrauen, Schalter aktiv lassen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user