From d3ce0f7090828842bdf63866336d6ba54cb10bf8 Mon Sep 17 00:00:00 2001 From: Lisa-Ann B Date: Mon, 27 Nov 2023 14:34:17 -0500 Subject: [PATCH] Replenish component, remove css - #1048 --- src/components/custom/search/BodyContent.jsx | 1 + src/sass/components/sui.scss | 7 ------- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/custom/search/BodyContent.jsx b/src/components/custom/search/BodyContent.jsx index bab5232ad..c43dff873 100644 --- a/src/components/custom/search/BodyContent.jsx +++ b/src/components/custom/search/BodyContent.jsx @@ -13,6 +13,7 @@ function BodyContent({ view }) { data-ada-data='{"trigger": ".rdt_TableCell", "tabIndex": ".rdt_TableRow"}' > {wasSearched && } + {!wasSearched && } ) } diff --git a/src/sass/components/sui.scss b/src/sass/components/sui.scss index 95f4a1cfa..071822a8c 100644 --- a/src/sass/components/sui.scss +++ b/src/sass/components/sui.scss @@ -217,13 +217,6 @@ .sui-resultsTable { min-height: 400px; - @include xlg { - .spinner-wrapper { - position: absolute; - top: 30%; right: 45%; - transform: translate(50%,-50%); - } - } } #sui-tbl-checkbox-actions {