1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00
portainer/app/react/components/datatables/TableHeaderCell.module.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);
}