mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 15:20:33 +03:00
Revert "style(SongDataGrid): Improved Header Readability (#954)"
This reverts commit 3d58c5ab. It broke the SongContextMenu
This commit is contained in:
parent
ca51372d8d
commit
cdfdf78c73
@ -28,13 +28,6 @@ const useStyles = makeStyles({
|
||||
},
|
||||
},
|
||||
},
|
||||
headerCell: {
|
||||
fontWeight: 'bold',
|
||||
padding: '15px',
|
||||
},
|
||||
headerLine: {
|
||||
boxShadow: '0px 3px 3px rgba(0, 0, 0, 0.15)',
|
||||
},
|
||||
contextMenu: {
|
||||
visibility: 'hidden',
|
||||
},
|
||||
@ -185,14 +178,9 @@ export const SongDatagrid = ({
|
||||
showDiscSubtitles,
|
||||
...rest
|
||||
}) => {
|
||||
const classes = useStyles()
|
||||
return (
|
||||
<Datagrid
|
||||
{...rest}
|
||||
classes={{
|
||||
headerCell: classes.headerCell,
|
||||
headerRow: classes.headerLine,
|
||||
}}
|
||||
body={
|
||||
<SongDatagridBody
|
||||
contextAlwaysVisible={contextAlwaysVisible}
|
||||
|
Loading…
x
Reference in New Issue
Block a user