mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 06:19:41 +02:00
* 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
4 lines
146 B
CSS
4 lines
146 B
CSS
/* highlight the sort icons for columns that aren't actively sorting */
|
|
button:not(.sortingActive):hover path {
|
|
fill: var(--sort-icon-hover);
|
|
}
|