Skip to content

Commit

Permalink
Update hover styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Mar 25, 2024
1 parent 1969da6 commit f913c60
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@
fill: $gray-400 !important;
}

svg:hover {
:hover {
background: none !important; // !important to simplify the selector.
}

:hover svg {
fill: var(--wp-admin-theme-color) !important;
}

Expand Down

0 comments on commit f913c60

Please sign in to comment.