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');