aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-07-28 14:36:30 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-07-28 14:36:30 -0400
commitb236882faef4e5434158e7a8dfb82daa47031ca5 (patch)
treeb9d2f54a8bf804a88b0459af6b7fc1c2f8ff34fa /src/client/views/nodes/DataVizBox/components/Chart.scss
parent6984267d0f70f080bc1e1e6397b2377145e3cae2 (diff)
graph colorPickers
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Chart.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss
index 5945840b5..da5a274a5 100644
--- a/src/client/views/nodes/DataVizBox/components/Chart.scss
+++ b/src/client/views/nodes/DataVizBox/components/Chart.scss
@@ -23,9 +23,8 @@
.histogram-bar{
outline: thin solid black;
- fill: #69b3a2;
&.hover{
- fill: grey;
+ outline: 5px solid black;
}
}