diff --git a/styleguide.css b/styleguide.css index 60fddc9..065076a 100644 --- a/styleguide.css +++ b/styleguide.css @@ -610,6 +610,10 @@ section + section { 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 { background-color: var(--surface-control-disabled); color: var(--text-control-disabled);