1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

add highlight to table rows for features

This commit is contained in:
Youssef 2021-11-01 14:28:44 +01:00
parent 81b82c368a
commit 3e07c4f989

View File

@ -3,6 +3,9 @@ import { makeStyles } from '@material-ui/core/styles';
export const useStyles = makeStyles(theme => ({
tableRow: {
cursor: 'pointer',
'&:hover': {
backgroundColor: '#f5f5f5',
},
},
tableCell: {
border: 'none',