aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/PreviewCursor.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections/PreviewCursor.scss')
-rw-r--r--src/client/views/collections/PreviewCursor.scss18
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