diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-04 10:27:04 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-04 10:27:04 -0400 |
| commit | 4c0c0f4ee984c8c785661a5d363444e0209925e9 (patch) | |
| tree | f5d1a3a946e97bcc711e0eb9cb35714206b1a2f0 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | 6f49d067b58caf6297f7ae7687cf05b627c27a1d (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.scss | 6 |
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; +} |
