Skip to content

Commit 91f3edd

Browse files
committed
fix(input-group): fluent theme discrepancies
1 parent f6254a2 commit 91f3edd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,14 @@
16481648
[igxPrefix] {
16491649
overflow: hidden;
16501650
}
1651+
1652+
igx-prefix,
1653+
[igxPrefix],
1654+
igx-suffix,
1655+
[igxSuffix] {
1656+
background: transparent;
1657+
color: var(--ig-primary-500);
1658+
}
16511659
}
16521660

16531661
%igx-input-group-fluent-search--focused {
@@ -1731,6 +1739,10 @@
17311739
%form-group-bundle--fluent--focus {
17321740
border-color: var-get($theme, 'focused-border-color');
17331741
border-width: rem(2px);
1742+
1743+
&:hover {
1744+
border-color: var-get($theme, 'focused-border-color');
1745+
}
17341746
}
17351747

17361748
%form-group-bundle-error--fluent,
@@ -1846,7 +1858,6 @@
18461858
}
18471859

18481860
%fluent-label-focused {
1849-
color: color(null, 'gray', 800);
18501861
transform: translateY(0) scale(1);
18511862
}
18521863

0 commit comments

Comments
 (0)