aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-06-04 10:27:04 -0400
committerbob <bcz@cs.brown.edu>2019-06-04 10:27:04 -0400
commit4c0c0f4ee984c8c785661a5d363444e0209925e9 (patch)
treef5d1a3a946e97bcc711e0eb9cb35714206b1a2f0 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
parent6f49d067b58caf6297f7ae7687cf05b627c27a1d (diff)
added link text to link display
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
index 737ffba7d..7a0fd2b31 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss
@@ -10,3 +10,9 @@
transform: translate(10000px,10000px);
pointer-events: all;
}
+.collectionfreeformlinkview-linkText {
+ stroke: rgb(0,0,0);
+ opacity: 0.5;
+ transform: translate(10000px,10000px);
+ pointer-events: all;
+}