mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 21:39:40 +02:00
4 lines
149 B
CSS
4 lines
149 B
CSS
/* highlight the sort icons for columns that aren't actively sorting */
|
|
.sortable:not(.sortingActive):hover path {
|
|
fill: var(--sort-icon-hover);
|
|
}
|