File tree Expand file tree Collapse file tree 2 files changed +28
-10
lines changed
projects/igniteui-angular/src/lib/core/styles Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1661
1661
background : var-get ($theme , ' header-selected-background' );
1662
1662
opacity : if ($variant != ' indigo-design' , .7 , 1 );
1663
1663
1664
- .sort-icon ::after {
1665
- background : var-get ($theme , ' header-selected-background' );
1664
+ .sort-icon {
1665
+ color : var-get ($theme , ' header-selected-text-color' );
1666
+
1667
+ ::after {
1668
+ background : var-get ($theme , ' header-selected-background' );
1669
+ }
1670
+ }
1671
+
1672
+ & %igx-grid-th--sorted {
1673
+ .sort-icon {
1674
+ color : var-get ($theme , ' header-selected-text-color' );
1675
+
1676
+ & :focus ,
1677
+ & :hover {
1678
+ color : var-get ($theme , ' header-selected-text-color' );
1679
+ }
1680
+ }
1666
1681
}
1667
1682
}
1668
1683
1673
1688
.sort-icon ::after {
1674
1689
background : var-get ($theme , ' header-selected-background' );
1675
1690
}
1691
+
1692
+ & %igx-grid-th--sorted {
1693
+ .sort-icon {
1694
+ color : var-get ($theme , ' header-selected-text-color' );
1695
+
1696
+ & :focus ,
1697
+ & :hover {
1698
+ color : var-get ($theme , ' header-selected-text-color' );
1699
+ }
1700
+ }
1701
+ }
1676
1702
}
1677
1703
1678
1704
%igx-grid-th--active {
Original file line number Diff line number Diff line change 36
36
/// @prop {Map} root-summaries-background [igx-color: ('grays', 200)] - The background color of the summary groups located the footer.
37
37
/// @prop {Map} root-summaries-text-color [igx-contrast-color: ('grays', 200)] - The text color of the summary groups located the footer.
38
38
$base-dark-grid : (
39
- sortable-header-icon-hover-color : (
40
- igx-color : (' secondary' , 100 )
41
- ),
42
-
43
- sorted-header-icon-color : (
44
- igx-contrast-color : (' secondary' , 600 )
45
- ),
46
-
47
39
content-background : (
48
40
igx-color : ' surface' ,
49
41
),
You can’t perform that action at this time.
0 commit comments