We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ceef48b + 7c1c101 commit 70df32cCopy full SHA for 70df32c
projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss
@@ -1576,11 +1576,19 @@
1576
color: --var($theme, 'header-selected-text-color');
1577
background: --var($theme, 'header-selected-background');
1578
opacity: if($variant != 'indigo-design', .7, 1);
1579
+
1580
+ .sort-icon::after {
1581
+ background: --var($theme, 'header-selected-background');
1582
+ }
1583
}
1584
1585
%igx-grid__th--selected {
1586
1587
1588
1589
1590
1591
1592
1593
1594
%igx-grid__th--active {
0 commit comments