Skip to content

Commit 08c8533

Browse files
committed
Merge remote-tracking branch 'origin/master' into didimmova/improve-component-themes
2 parents 05dab17 + 01141c9 commit 08c8533

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

+19-1
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 {
@@ -1667,6 +1675,11 @@
16671675
[igxPrefix] {
16681676
display: none;
16691677
}
1678+
1679+
igx-suffix,
1680+
[igxSuffix] {
1681+
color: var(--igx-input-group-input-suffix-color--focused, var(--ig-gray-900));
1682+
}
16701683
}
16711684

16721685
// Bundle
@@ -1831,9 +1844,14 @@
18311844
transform-origin: top left;
18321845
margin-top: 0 !important;
18331846
height: auto;
1834-
margin-block-end: rem(4px);
18351847
color: var-get($theme, 'idle-secondary-color');
18361848

1849+
@if $variant == 'fluent' {
1850+
margin-block-end: rem(5px);
1851+
} @else {
1852+
margin-block-end: rem(4px);
1853+
}
1854+
18371855
[dir='rtl'] & {
18381856
transform-origin: top right;
18391857
}

0 commit comments

Comments
 (0)