File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 758
758
igx-time-picker {
759
759
position : relative ;
760
760
height : calc (100% - #{$editing-outline-width * 2 } );
761
- width : calc (100% - #{$editing-outline-width * 2 } ) !important ;
762
- inset-inline-start : $editing-outline-width ;
761
+ width : 100% !important ;
763
762
overflow : hidden ;
764
763
}
765
764
1804
1803
padding-inline-end : rem (4px ) !important ;
1805
1804
1806
1805
> igx-icon {
1807
- margin-inline-start : auto ;
1808
1806
color : color ($color : ' error' );
1809
1807
width : var (--igx-icon-size , rem (18px ));
1810
1808
height : var (--igx-icon-size , rem (18px ));
1910
1908
%igx-grid__td--editing {
1911
1909
background : var-get ($theme , ' cell-editing-background' ) !important ;
1912
1910
box-shadow : inset 0 0 0 $editing-outline-width var-get ($theme , ' edit-mode-color' );
1913
- padding : 0 !important ;
1911
+ padding-inline : rem ( 4 px ) ;
1914
1912
1915
1913
& .igx-grid__td--invalid {
1916
1914
box-shadow : inset 0 0 0 rem (2px ) color ($color : ' error' ) !important ;
1917
- padding-inline-end : rem (4px ) !important ;
1918
1915
}
1919
1916
1920
1917
& %grid-cell-number {
2105
2102
2106
2103
.sort-icon {
2107
2104
color : var-get ($theme , ' header-selected-text-color' );
2108
-
2105
+
2109
2106
::after {
2110
2107
background : var-get ($theme , ' header-selected-background' );
2111
2108
}
2133
2130
& %igx-grid-th--sorted {
2134
2131
.sort-icon {
2135
2132
color : var-get ($theme , ' header-selected-text-color' );
2136
-
2133
+
2137
2134
> igx-icon {
2138
2135
color : inherit ;
2139
2136
}
2140
2137
2141
2138
& :focus ,
2142
2139
& :hover {
2143
2140
color : var-get ($theme , ' header-selected-text-color' );
2144
-
2141
+
2145
2142
> igx-icon {
2146
2143
color : inherit ;
2147
2144
}
2198
2195
.sort-icon {
2199
2196
opacity : 1 ;
2200
2197
color : var-get ($theme , ' sorted-header-icon-color' );
2201
-
2198
+
2202
2199
> igx-icon {
2203
2200
color : inherit ;
2204
2201
}
2205
2202
2206
2203
& :hover {
2207
2204
color : var-get ($theme , ' sortable-header-icon-hover-color' );
2208
-
2205
+
2209
2206
> igx-icon {
2210
2207
color : inherit ;
2211
2208
}
You can’t perform that action at this time.
0 commit comments