diff options
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 56fcb1fcf..f1d09d2e7 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -8,7 +8,7 @@ .selected { // change the color of the circle element to be red fill: transparent; - outline: lightblue solid 2px; + outline: red solid 2px; border-radius: 100%; position: absolute; transform-box: fill-box; |
