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);
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user