From d7fba4f3a6090ff35b5190a85a318d530cd55fc4 Mon Sep 17 00:00:00 2001 From: Drew Taylor <69828061+drew-fisker@users.noreply.github.com> Date: Tue, 26 Apr 2022 15:17:23 -0700 Subject: [PATCH] CEC-1387 fix datascope button to appear "clickable" (#150) --- src/components/useStyles.jsx | 10 ---------- 1 file changed, 10 deletions(-) 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" },