Add activatable checkbox and radio variants with inactive opacity and remove action
This commit is contained in:
@@ -1293,6 +1293,10 @@ section + section {
|
||||
color: var(--text-control-default);
|
||||
}
|
||||
|
||||
.sg-checkbox-field-option[data-activatable="true"][data-component-state="inactive-selectable"] {
|
||||
opacity: var(--disabled-opacity);
|
||||
}
|
||||
|
||||
.sg-checkbox-field-option--disabled {
|
||||
color: var(--text-control-disabled);
|
||||
opacity: var(--disabled-opacity);
|
||||
|
||||
Reference in New Issue
Block a user