CEC-1387 fix datascope button to appear "clickable" (#150)

This commit is contained in:
Drew Taylor
2022-04-26 15:17:23 -07:00
committed by GitHub
parent 6326c92e2e
commit d7fba4f3a6

View File

@@ -246,16 +246,6 @@ const useStyles = makeStyles((theme) => ({
menuExternalLink: { menuExternalLink: {
textDecoration: "inherit", textDecoration: "inherit",
color: "inherit", color: "inherit",
"&:link": {
textDecoration: "inherit",
color: "inherit",
cursor: "auto",
},
"&:visited": {
textDecoration: "inherit",
color: "inherit",
cursor: "auto",
},
}, },
tableSize: { height: 700, width: "100%" }, tableSize: { height: 700, width: "100%" },
whiteBackground: { backgroundColor: "White" }, whiteBackground: { backgroundColor: "White" },