Skip to content

Commit 6aa6b1d

Browse files
committed
fix(input): fluent search disabled state
1 parent 43b1cd6 commit 6aa6b1d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,14 @@
913913
background: var-get($theme, 'search-disabled-background');
914914
box-shadow: var-get($theme, 'search-disabled-shadow');
915915
border-color: var-get($theme, 'disabled-border-color');
916+
917+
igx-prefix,
918+
[igxPrefix],
919+
igx-suffix,
920+
[igxSuffix] {
921+
background: inherit;
922+
color: var-get($theme, 'disabled-text-color');
923+
}
916924
}
917925

918926
%form-group-bundle-main--border {

0 commit comments

Comments
 (0)