aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PreviewCursor.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2022-10-12 13:21:07 -0400
committermehekj <mehek.jethani@gmail.com>2022-10-12 13:21:07 -0400
commit0b3a83acd4f75b7f6ff4b9bb7daf4377dede51a1 (patch)
tree438789f7e7f50e5eb9829e1f301b4d043d8d4906 /src/client/views/PreviewCursor.scss
parent69ca9baca6ff1da272a5191187542351bd242ccc (diff)
parenteb5f75785fd28acb50f1b30434e89223fff00185 (diff)
Merge branch 'master' into schema-mehek
Diffstat (limited to 'src/client/views/PreviewCursor.scss')
-rw-r--r--src/client/views/PreviewCursor.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/PreviewCursor.scss b/src/client/views/PreviewCursor.scss
index 60b7d14a0..7be765ea9 100644
--- a/src/client/views/PreviewCursor.scss
+++ b/src/client/views/PreviewCursor.scss
@@ -1,11 +1,10 @@
-
.previewCursor-Dark,
.previewCursor {
color: black;
position: absolute;
transform-origin: left top;
top: 0;
- left:0;
+ left: 0;
pointer-events: none;
opacity: 1;
z-index: 1001;
@@ -13,4 +12,4 @@
.previewCursor-Dark {
color: white;
-} \ No newline at end of file
+}