aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-14 18:20:48 -0400
committerbob <bcz@cs.brown.edu>2019-09-14 18:20:48 -0400
commitde6332ecbc01de40f46e820f7a0301822ec3e784 (patch)
tree1acc97e7ce3ffbc3fb0b2575b05d258de4a2af67 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
parent8088cd8ead45115be6f1d4c05ddee16936fa0cfb (diff)
parent86140f87d665085cb8598ac779d00afcf2a8aaf9 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
index fc5212edd..cfd18ad35 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
@@ -1,8 +1,9 @@
.collectionfreeformlinkview-linkLine {
stroke: black;
transform: translate(10000px,10000px);
- opacity: 0.5;
+ opacity: 0.8;
pointer-events: all;
+ stroke-width: 3px;
}
.collectionfreeformlinkview-linkCircle {
stroke: rgb(0,0,0);