diff options
| author | bobzel <zzzman@gmail.com> | 2024-02-07 18:32:22 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-02-07 18:32:22 -0500 |
| commit | 15f23f8b99b2e5ce48e7146c61d4d61b451875ad (patch) | |
| tree | 1f89419b4166af6260815d20e9f26d2bbb948e48 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | |
| parent | e3fde25014d523c5f43a138093718899fe17d108 (diff) | |
added back shiftkey to drag and embed. got rid of overlayplane link view. got rid of auto arrange. fixed text edit color for linkBox's
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss deleted file mode 100644 index b44acfce8..000000000 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.scss +++ /dev/null @@ -1,12 +0,0 @@ -.collectionfreeformlinkview-linkLine { - stroke: black; - opacity: 0.8; - stroke-width: 3px; - transition: opacity 0.5s ease-in; - fill: transparent; -} -.collectionfreeformlinkview-linkText { - stroke: rgb(0, 0, 0); - pointer-events: all; - cursor: move; -} |
