Use default cursor for context menu (#1006)

This commit is contained in:
Jay Sitter 2020-08-19 10:01:42 -04:00 committed by GitHub
parent cd290a30ce
commit 88f5982d32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
cursor: default;
}
#webamp-context-menu .context-menu.bottom {