Skip to content

Commit 3270e41

Browse files
authored
fix(input-group) fluent and bootstrap labels. (#12824)
1 parent 93a916e commit 3270e41

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

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

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@
7474
}
7575
}
7676

77-
@if $variant == 'material' {
78-
.igx-input-group--focused %igx-select__toggle-button {
79-
background: var-get($theme, 'toggle-button-background-focus');
80-
color: var-get($theme, 'toggle-button-foreground-focus');
81-
}
82-
}
83-
8477
@if $variant == 'bootstrap' {
8578
.igx-input-group--disabled {
8679
%igx-select__toggle-button {
@@ -104,6 +97,14 @@
10497
}
10598
}
10699

100+
@if $variant == 'material' {
101+
.igx-input-group--focused %igx-select__toggle-button {
102+
background: var-get($theme, 'toggle-button-background-focus');
103+
color: var-get($theme, 'toggle-button-foreground-focus');
104+
}
105+
}
106+
107+
107108
.igx-input-group--disabled {
108109
%igx-select__toggle-button {
109110
background: var-get($theme, 'toggle-button-background-disabled');

0 commit comments

Comments
 (0)