Merge pull request #16192 from nchevobbe/cursor-draggable

Use cursor:move for draggable texts and drawings (Bug 1804252)
This commit is contained in:
Jonas Jenwald 2023-03-22 16:15:11 +01:00 committed by GitHub
commit c3e62e1e4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;