Skip to content

Commit 3bef106

Browse files
committed
feat(select): fix select focus toggle button in material
1 parent c8a9e95 commit 3bef106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/select/_select-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156

157157
.igx-input-group.igx-input-group--focused:not(.igx-input-group--box) {
158-
@if $variant != 'fluent' {
158+
@if $variant != 'fluent' and $variant != 'material' {
159159
%igx-select__toggle-button {
160160
background: var-get($theme, 'toggle-button-background-focus--border');
161161
}

0 commit comments

Comments
 (0)