Skip to content

Commit 3a5d4e3

Browse files
fix(input-group): use the correct variable for focus bg (#15909)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 18ca424 commit 3a5d4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1928,7 +1928,7 @@
19281928
}
19291929

19301930
%indigo--box-focused {
1931-
background: var-get($theme, 'box-background-hover');
1931+
background: var-get($theme, 'box-background-focus');
19321932
}
19331933

19341934
%form-group-bundle--indigo--disabled {

0 commit comments

Comments
 (0)