File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const useStyles = makeStyles({ name: 'MUIDataTableBodyCell' })(theme => ({
3636 '&:last-child' : {
3737 borderBottom : 'none' ,
3838 } ,
39- '&:nth-last-child (2)' : {
39+ '&:nth-last-of-type (2)' : {
4040 borderBottom : 'none' ,
4141 } ,
4242 } ,
@@ -50,7 +50,7 @@ const useStyles = makeStyles({ name: 'MUIDataTableBodyCell' })(theme => ({
5050 '&:last-child' : {
5151 borderBottom : 'none' ,
5252 } ,
53- '&:nth-last-child (2)' : {
53+ '&:nth-last-of-type (2)' : {
5454 borderBottom : 'none' ,
5555 } ,
5656 } ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const useStyles = makeStyles({ name: 'MUIDataTablePagination' })(theme => ({
2121 selectRoot : { } ,
2222 '@media screen and (max-width: 400px)' : {
2323 toolbar : {
24- '& span:nth-child (2)' : {
24+ '& span:nth-of-type (2)' : {
2525 display : 'none' ,
2626 } ,
2727 } ,
You can’t perform that action at this time.
0 commit comments