Apply inactive opacity only to activatable pulldown variant
This commit is contained in:
@@ -610,6 +610,10 @@ section + section {
|
|||||||
color: var(--text-control-default);
|
color: var(--text-control-default);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-pulldown-demo[data-activatable="true"] .sg-pulldown-demo__trigger.sg-pulldown--inactive-selectable {
|
||||||
|
opacity: var(--disabled-opacity);
|
||||||
|
}
|
||||||
|
|
||||||
.sg-pulldown--disabled {
|
.sg-pulldown--disabled {
|
||||||
background-color: var(--surface-control-disabled);
|
background-color: var(--surface-control-disabled);
|
||||||
color: var(--text-control-disabled);
|
color: var(--text-control-disabled);
|
||||||
|
|||||||
Reference in New Issue
Block a user