File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 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 {
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
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 }
You can’t perform that action at this time.
0 commit comments