Skip to content

Commit 0fc9a86

Browse files
committed
fix(input): fluent theme updates
1 parent 044db87 commit 0fc9a86

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,6 +1667,11 @@
16671667
[igxPrefix] {
16681668
display: none;
16691669
}
1670+
1671+
igx-suffix,
1672+
[igxSuffix] {
1673+
color: var(--igx-input-group-input-suffix-color--focused, var(--ig-gray-900));
1674+
}
16701675
}
16711676

16721677
// Bundle
@@ -1831,9 +1836,14 @@
18311836
transform-origin: top left;
18321837
margin-top: 0 !important;
18331838
height: auto;
1834-
margin-block-end: rem(4px);
18351839
color: var-get($theme, 'idle-secondary-color');
18361840

1841+
@if $variant == 'fluent' {
1842+
margin-block-end: rem(5px);
1843+
} @else {
1844+
margin-block-end: rem(4px);
1845+
}
1846+
18371847
[dir='rtl'] & {
18381848
transform-origin: top right;
18391849
}

0 commit comments

Comments
 (0)