mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +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
1 changed files with 0 additions and 12 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue