mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
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:
parent
712207e69f
commit
14a8b1d897
17 changed files with 272 additions and 136 deletions
|
@ -1,5 +1,4 @@
|
|||
.sort-icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
/* highlight the sort icons for columns that aren't actively sorting */
|
||||
button:not(.sortingActive):hover path {
|
||||
fill: var(--sort-icon-hover);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue