Use cursor:move for draggable texts and drawings (Bug 1804252)

This commit is contained in:
Nicolas Chevobbe 2023-03-22 09:49:24 +01:00
parent 9321758d91
commit 7f80052fdf

View File

@ -71,6 +71,10 @@
cursor: var(--editorInk-editing-cursor); cursor: var(--editorInk-editing-cursor);
} }
.annotationEditorLayer :is(.freeTextEditor, .inkEditor)[draggable="true"] {
cursor: move;
}
.annotationEditorLayer .selectedEditor { .annotationEditorLayer .selectedEditor {
outline: var(--focus-outline); outline: var(--focus-outline);
resize: none; resize: none;