diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-28 21:03:17 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-28 21:03:17 -0400 |
| commit | c3eea60fa586e8ff9cf59497c041044fd0143bb1 (patch) | |
| tree | c54a3844a2819300952df210c32428df242f9495 /src/client/views/collections/PreviewCursor.scss | |
| parent | c5cd6c5716ca7a66db367f1e3859feb1c7302f6f (diff) | |
organized collectionfreeformview. fixed issues with showing links
Diffstat (limited to 'src/client/views/collections/PreviewCursor.scss')
| -rw-r--r-- | src/client/views/collections/PreviewCursor.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/client/views/collections/PreviewCursor.scss b/src/client/views/collections/PreviewCursor.scss deleted file mode 100644 index a797411f6..000000000 --- a/src/client/views/collections/PreviewCursor.scss +++ /dev/null @@ -1,18 +0,0 @@ - -.previewCursor { - color: black; - position: absolute; - transform-origin: left top; - pointer-events: none; -} - -//this is an animation for the blinking cursor! -@keyframes blink { - 0% {opacity: 0} - 49%{opacity: 0} - 50% {opacity: 1} -} - -#previewCursor { - animation: blink 1s infinite; -}
\ No newline at end of file |
