diff --git a/src/components/useStyles.jsx b/src/components/useStyles.jsx index 2ffa8ed..bb18d22 100644 --- a/src/components/useStyles.jsx +++ b/src/components/useStyles.jsx @@ -246,16 +246,6 @@ const useStyles = makeStyles((theme) => ({ menuExternalLink: { textDecoration: "inherit", color: "inherit", - "&:link": { - textDecoration: "inherit", - color: "inherit", - cursor: "auto", - }, - "&:visited": { - textDecoration: "inherit", - color: "inherit", - cursor: "auto", - }, }, tableSize: { height: 700, width: "100%" }, whiteBackground: { backgroundColor: "White" },