aboutsummaryrefslogtreecommitdiff
path: root/styles/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/editor.css')
-rw-r--r--styles/editor.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/editor.css b/styles/editor.css
index 1279c72..881f82c 100644
--- a/styles/editor.css
+++ b/styles/editor.css
@@ -175,10 +175,10 @@
width: calc(var(--zoom) * var(--total-frames) * 1px);
background-color: rgba(0, 0, 255, var(--debug-hitbox-opacity));
}
-#selection {
+#selection.placed {
cursor: grab;
}
-#selection:active {
+#selection.placed:active {
cursor: grabbing;
}