diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-06-16 15:44:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-06-16 15:44:37 +0200 |
commit | 64aba383d6fbfa46fa558616c8bce868923d98a3 (patch) | |
tree | dc1acce3feedcd0d0cb4f93a490877142da25470 /styles | |
parent | b034f288d39e6fc58472db8711e5ba7b18ebc66b (diff) |
added placed class to #selection
Diffstat (limited to 'styles')
-rw-r--r-- | styles/editor.css | 4 |
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; } |