From e29f52c95fc1c536fe57b5b540d75e2af13a9d8e Mon Sep 17 00:00:00 2001 From: Michelle <88682822+emshahh@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:30:33 -0400 Subject: [PATCH 1/2] removed cursor --- sde_indexing_helper/static/css/collection_detail.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sde_indexing_helper/static/css/collection_detail.css b/sde_indexing_helper/static/css/collection_detail.css index 244c9465..d3a78197 100644 --- a/sde_indexing_helper/static/css/collection_detail.css +++ b/sde_indexing_helper/static/css/collection_detail.css @@ -125,6 +125,12 @@ div > .nav { border-radius: 12px; } + .detailContainer .tab-content .btn { + cursor: default; + } + .detailContainer .tab-content .btn.btn-primary:hover { + box-shadow: none; + } .table tbody tr:nth-child(odd) { From bf430680b426a02c6dea19e0eb77209a1ae86f17 Mon Sep 17 00:00:00 2001 From: Michelle <88682822+emshahh@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:48:58 -0400 Subject: [PATCH 2/2] small change --- sde_indexing_helper/static/css/collection_detail.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sde_indexing_helper/static/css/collection_detail.css b/sde_indexing_helper/static/css/collection_detail.css index d3a78197..2f3b25f1 100644 --- a/sde_indexing_helper/static/css/collection_detail.css +++ b/sde_indexing_helper/static/css/collection_detail.css @@ -128,10 +128,6 @@ div > .nav { .detailContainer .tab-content .btn { cursor: default; } - .detailContainer .tab-content .btn.btn-primary:hover { - box-shadow: none; - } - .table tbody tr:nth-child(odd) { background-color: #15232E !important;