From 4be391e68b53becbc2da3a0ebdab2fd1647a5ae2 Mon Sep 17 00:00:00 2001 From: sivanova Date: Thu, 30 Oct 2025 15:05:59 +0200 Subject: [PATCH] fix(select): style component using sass theme --- .../src/lib/core/styles/components/select/_select-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss b/projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss index e6c2fa6b836..55092b0b220 100644 --- a/projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss +++ b/projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss @@ -55,7 +55,7 @@ .igx-input-group.igx-input-group--disabled.igx-input-group--filled, .igx-input-group.igx-input-group--disabled { - %igx-select__toggle-button { + %form-group-bundle %igx-select__toggle-button { background: var-get($theme, 'toggle-button-background-disabled'); color: var-get($theme, 'toggle-button-foreground-disabled'); }