2022-07-08 01:20:33 +12:00
|
|
|
/* highlight the sort icons for columns that aren't actively sorting */
|
2022-07-27 14:11:54 +12:00
|
|
|
.sortable:not(.sortingActive):hover path {
|
2022-07-08 01:20:33 +12:00
|
|
|
fill: var(--sort-icon-hover);
|
2022-01-04 14:16:09 +02:00
|
|
|
}
|