refactor: remove unused CSS class in SongContextMenu

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-07-17 12:14:05 -04:00 committed by Joe Stump
parent aa511213d5
commit 41e532caca
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -31,9 +31,6 @@ const useStyles = makeStyles({
noWrap: {
whiteSpace: 'nowrap',
},
disabledMenuItem: {
pointerEvents: 'auto',
},
})
const MoreButton = ({ record, onClick, info }) => {