Improved Header Readability for Songs List (#985)

* style(SongDataGrid): Table Header Definition - #943

Signed-off-by: Balaguru4580 <balaguru4580@gmail.com>

* style(SongDataGrid): Improved Header Readability - #943

Signed-off-by: Balaguru4580 <balaguru4580@gmail.com>

* Shadow Effect

* Shadow Effect Opacity Adjustment

* Fixed Songs Context Menu

* Fixed the Songs Context Menu
This commit is contained in:
Balaguru Ragupathi 2021-04-06 06:02:57 +05:30 committed by GitHub
parent 55c2431b17
commit 6988b9a086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,15 @@ const useStyles = makeStyles({
},
},
},
headerStyle: {
'& thead': {
boxShadow: '0px 3px 3px rgba(0, 0, 0, 0.15)',
},
'& th': {
fontWeight: 'bold',
padding: '15px',
},
},
contextMenu: {
visibility: 'hidden',
},
@ -178,8 +187,10 @@ export const SongDatagrid = ({
showDiscSubtitles,
...rest
}) => {
const classes = useStyles()
return (
<Datagrid
className={classes.headerStyle}
{...rest}
body={
<SongDatagridBody