Skip to content

Commit 9168035

Browse files
palbizuPatricio Albizu
andauthored
fix: header title highlighted on sort (#716)
Co-authored-by: Patricio Albizu <[email protected]>
1 parent fb1d0f1 commit 9168035

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/components/src/table/header/table-header-cell-renderer.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
min-width: 0;
5050
width: 100%;
5151

52+
&.asc,
53+
&.desc {
54+
color: $gray-9;
55+
}
56+
5257
&:after {
5358
display: inline-block;
5459
}

0 commit comments

Comments
 (0)