Skip to content

Commit

Permalink
Add transition to background color
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiIRL committed Oct 18, 2023
1 parent a32e079 commit b6925f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/ContextMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

cursor: pointer;

transition: background-color ease .2s;
&:hover {
background: var(--background-popup-secondary);
}
Expand Down

0 comments on commit b6925f7

Please sign in to comment.