From 56302902c01d520f66024f06e36caa691c492605 Mon Sep 17 00:00:00 2001
From: Brandon Clayton <bclayton@usgs.gov>
Date: Mon, 16 Sep 2024 13:48:54 -0600
Subject: [PATCH] add styling

---
 styles/_D33dDisaggBin.scss | 2 ++
 styles/_D3View.scss        | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/styles/_D33dDisaggBin.scss b/styles/_D33dDisaggBin.scss
index c6aefdd..8018d61 100644
--- a/styles/_D33dDisaggBin.scss
+++ b/styles/_D33dDisaggBin.scss
@@ -1,6 +1,8 @@
 @import '_GraphVariables.scss';
 
 .D33dDisaggBin {
+  cursor: default;
+
   > g {
     > path {
       stroke: #666;
diff --git a/styles/_D3View.scss b/styles/_D3View.scss
index f15e0d8..ec63081 100644
--- a/styles/_D3View.scss
+++ b/styles/_D3View.scss
@@ -26,7 +26,7 @@
     width: 100%;
   }
 
-  .cursor-move {
+  &.cursor-move {
     cursor: move;
   }
 
-- 
GitLab