mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(ui): remove unwanted icon hover fill EE-3737 (#7284)
This commit is contained in:
parent
5ffcbe8677
commit
bb447bb02a
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue