Browse Source

delete useless code

tumao 4 years ago
parent
commit
5ba3f33a28
1 changed files with 0 additions and 13 deletions
  1. 0 13
      client/src/components/grid/TableEditableHead.tsx

+ 0 - 13
client/src/components/grid/TableEditableHead.tsx

@@ -3,21 +3,8 @@ import { TableEditableHeadType } from './Types';
 import { TableHead, TableRow, TableCell, makeStyles } from '@material-ui/core';
 
 const useStyles = makeStyles(theme => ({
-  visuallyHidden: {
-    border: 0,
-    clip: 'rect(0 0 0 0)',
-    height: 1,
-    margin: -1,
-    overflow: 'hidden',
-    padding: 0,
-    position: 'absolute',
-    top: 20,
-    width: 1,
-  },
   tableCell: {
-    // background: theme.palette.common.t,
     paddingLeft: theme.spacing(2),
-    // borderBottom: 'none',
   },
   tableHeader: {
     textTransform: 'capitalize',