From d65486b4aa085e6e71757eb57da6172570790607 Mon Sep 17 00:00:00 2001 From: Gregory Rushton Date: Mon, 13 Nov 2023 09:33:55 -0500 Subject: [PATCH] [DUOS-2788][risk=no] Fix edit button styling (#2394) --- src/pages/researcher_console/DatasetSubmissionsTable.jsx | 8 ++++++-- src/pages/researcher_console/DatasetTerms.module.css | 9 --------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/src/pages/researcher_console/DatasetSubmissionsTable.jsx b/src/pages/researcher_console/DatasetSubmissionsTable.jsx index 175d91f35..e0e6e7bfb 100644 --- a/src/pages/researcher_console/DatasetSubmissionsTable.jsx +++ b/src/pages/researcher_console/DatasetSubmissionsTable.jsx @@ -5,7 +5,6 @@ import loadingIndicator from '../../images/loading-indicator.svg'; import SortableTable from '../../components/sortable_table/SortableTable'; import {concat, isNil, join} from 'lodash/fp'; import Button from '@mui/material/Button'; -import styles from './DatasetTerms.module.css'; export default function DatasetSubmissionsTable(props) { @@ -81,7 +80,12 @@ export default function DatasetSubmissionsTable(props) {
; diff --git a/src/pages/researcher_console/DatasetTerms.module.css b/src/pages/researcher_console/DatasetTerms.module.css index 8538460b9..a836feaba 100644 --- a/src/pages/researcher_console/DatasetTerms.module.css +++ b/src/pages/researcher_console/DatasetTerms.module.css @@ -17,12 +17,3 @@ display: flex; justify-content: flex-end; } - -.action-button { - font-size: 14px; - border: 1px solid #0948B7; - border-radius: 4px; - height: 25px; - cursor: pointer; - color: #0948B7; -} \ No newline at end of file