File tree Expand file tree Collapse file tree
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree Original file line number Diff line number Diff line change 21052105
21062106 .sort-icon {
21072107 color : var-get ($theme , ' header-selected-text-color' );
2108-
2108+
21092109 ::after {
21102110 background : var-get ($theme , ' header-selected-background' );
21112111 }
21332133 & %igx-grid-th--sorted {
21342134 .sort-icon {
21352135 color : var-get ($theme , ' header-selected-text-color' );
2136+
2137+ > igx-icon {
2138+ color : inherit ;
2139+ }
21362140
21372141 & :focus ,
21382142 & :hover {
21392143 color : var-get ($theme , ' header-selected-text-color' );
2144+
2145+ > igx-icon {
2146+ color : inherit ;
2147+ }
21402148 }
21412149 }
21422150 }
21902198 .sort-icon {
21912199 opacity : 1 ;
21922200 color : var-get ($theme , ' sorted-header-icon-color' );
2201+
2202+ > igx-icon {
2203+ color : inherit ;
2204+ }
21932205
21942206 & :hover {
21952207 color : var-get ($theme , ' sortable-header-icon-hover-color' );
2208+
2209+ > igx-icon {
2210+ color : inherit ;
2211+ }
21962212 }
21972213 }
21982214 }
You can’t perform that action at this time.
0 commit comments