aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-16 15:44:37 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-16 15:44:37 +0200
commit64aba383d6fbfa46fa558616c8bce868923d98a3 (patch)
treedc1acce3feedcd0d0cb4f93a490877142da25470 /styles
parentb034f288d39e6fc58472db8711e5ba7b18ebc66b (diff)
added placed class to #selection
Diffstat (limited to 'styles')
-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;
}