Skip to content

Commit

Permalink
🐛 fix: context menu hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Dec 23, 2024
1 parent bd69a35 commit 6a42466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ button.main-playPauseButton-button {

.main-contextMenu-menuItemButton:hover,
.main-contextMenu-menuItemButton:not([aria-checked="true"]):focus {
background-color: rgba(var(--spice-rgb-main), 0.25);
background-color: rgba(var(--spice-rgb-selected-row), 0.1)
}

.X5mwWAw7ijxPvQOoabzQ,
Expand Down

0 comments on commit 6a42466

Please sign in to comment.