From af9aff53a41acc81dfa8774fea3f1676754d0b3f Mon Sep 17 00:00:00 2001 From: didimmova Date: Wed, 11 Mar 2026 13:32:43 +0200 Subject: [PATCH] fix(combo): use focus colors for button on input focus --- src/components/combo/themes/shared/combo.common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/combo/themes/shared/combo.common.scss b/src/components/combo/themes/shared/combo.common.scss index 01f790796..4bfacdc8a 100644 --- a/src/components/combo/themes/shared/combo.common.scss +++ b/src/components/combo/themes/shared/combo.common.scss @@ -48,7 +48,7 @@ $dropdown-theme: dropdown-theme.$material; } } -:host(:focus-within) { +igc-input[slot='anchor']:focus-within { [part~='toggle-icon'] { background: var-get($theme, 'toggle-button-background-focus'); color: var-get($theme, 'toggle-button-foreground-focus');