diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-06-18 16:30:24 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-06-18 16:30:24 -0400 |
| commit | 8e5afb5bbb47324a381b5184254e77eba7bd8536 (patch) | |
| tree | f4dd95d0a071a3a7d6921b24de8eaa29fc370241 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | 6fcd0d8d6fb1471b8af460f6d80bdf0d0e681566 (diff) | |
can click on button link to node in different context than source
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss index 7a0fd2b31..fc5212edd 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss @@ -9,6 +9,7 @@ opacity: 0.5; transform: translate(10000px,10000px); pointer-events: all; + cursor: pointer; } .collectionfreeformlinkview-linkText { stroke: rgb(0,0,0); |
