fix(ui): remove unwanted icon hover fill EE-3737 (#7284)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* highlight the sort icons for columns that aren't actively sorting */
|
||||
button:not(.sortingActive):hover path {
|
||||
.sortable:not(.sortingActive):hover path {
|
||||
fill: var(--sort-icon-hover);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user