From 0fa547cf70a5028c3d73616c1532c6390035f9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Tue, 19 May 2026 11:02:44 +0200 Subject: [PATCH] Apply inactive opacity only to activatable pulldown variant --- styleguide.css | 4 ++++ 1 file changed, 4 insertions(+) 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);