feat(ui): add sorting icon component and table header cell styling EE-3626 (#7165)
* feat(ui): add sorting icons EE-3626 feat(ui): Add react component for sorting icons feat(ui) make component usable in angular * feat(ui): update angular example EE-3626
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.sort-icon > path {
|
||||
fill: var(--sort-icon-muted);
|
||||
}
|
||||
|
||||
.active-sort-icon > path {
|
||||
fill: var(--sort-icon);
|
||||
}
|
||||
|
||||
.sort-icon {
|
||||
display: inline-block;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user