File tree 1 file changed +19
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 913
913
background : var-get ($theme , ' search-disabled-background' );
914
914
box-shadow : var-get ($theme , ' search-disabled-shadow' );
915
915
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
+ }
916
924
}
917
925
918
926
%form-group-bundle-main--border {
1667
1675
[igxPrefix ] {
1668
1676
display : none ;
1669
1677
}
1678
+
1679
+ igx-suffix ,
1680
+ [igxSuffix ] {
1681
+ color : var (--igx-input-group-input-suffix-color--focused , var (--ig-gray-900 ));
1682
+ }
1670
1683
}
1671
1684
1672
1685
// Bundle
1831
1844
transform-origin : top left ;
1832
1845
margin-top : 0 !important ;
1833
1846
height : auto ;
1834
- margin-block-end : rem (4px );
1835
1847
color : var-get ($theme , ' idle-secondary-color' );
1836
1848
1849
+ @if $variant == ' fluent' {
1850
+ margin-block-end : rem (5px );
1851
+ } @else {
1852
+ margin-block-end : rem (4px );
1853
+ }
1854
+
1837
1855
[dir = ' rtl' ] & {
1838
1856
transform-origin : top right ;
1839
1857
}
You can’t perform that action at this time.
0 commit comments