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/CollectionFreeFormLinksView.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/CollectionFreeFormLinksView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss deleted file mode 100644 index 4ada1731f..000000000 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinksView.scss +++ /dev/null @@ -1,13 +0,0 @@ -// TODO: change z-index to -1 when a modal is active? - -.collectionfreeformlinksview-svgCanvas { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - pointer-events: none; -} -.collectionfreeformlinksview-container { - pointer-events: none; -} |
