refactor: remove unused CSS class in SongContextMenu
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
445880c006
commit
089dbe9499
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ const useStyles = makeStyles({
|
||||||
noWrap: {
|
noWrap: {
|
||||||
whiteSpace: 'nowrap',
|
whiteSpace: 'nowrap',
|
||||||
},
|
},
|
||||||
disabledMenuItem: {
|
|
||||||
pointerEvents: 'auto',
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const MoreButton = ({ record, onClick, info }) => {
|
const MoreButton = ({ record, onClick, info }) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue