From b034f288d39e6fc58472db8711e5ba7b18ebc66b Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 16 Jun 2021 15:35:43 +0200 Subject: better selection background + grabbing css --- styles/editor.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'styles/editor.css') diff --git a/styles/editor.css b/styles/editor.css index 8461a5a..1279c72 100644 --- a/styles/editor.css +++ b/styles/editor.css @@ -175,7 +175,12 @@ width: calc(var(--zoom) * var(--total-frames) * 1px); background-color: rgba(0, 0, 255, var(--debug-hitbox-opacity)); } -#selection { pointer-events: none; } +#selection { + cursor: grab; +} +#selection:active { + cursor: grabbing; +} .appGrid .timeline .ghostArea { pointer-events: none; -- cgit v1.2.3