From 7f80052fdfa78cc65341228ccd67786fe17c5793 Mon Sep 17 00:00:00 2001 From: Nicolas Chevobbe Date: Wed, 22 Mar 2023 09:49:24 +0100 Subject: [PATCH] Use cursor:move for draggable texts and drawings (Bug 1804252) --- web/annotation_editor_layer_builder.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index 5248aa900..a1be5f86d 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -71,6 +71,10 @@ cursor: var(--editorInk-editing-cursor); } +.annotationEditorLayer :is(.freeTextEditor, .inkEditor)[draggable="true"] { + cursor: move; +} + .annotationEditorLayer .selectedEditor { outline: var(--focus-outline); resize: none;