Apply inactive opacity only to activatable pulldown variant

This commit is contained in:
2026-05-19 11:02:44 +02:00
parent fb2a893bf5
commit 0fa547cf70
+4
View File
@@ -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);