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