mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #16192 from nchevobbe/cursor-draggable
Use cursor:move for draggable texts and drawings (Bug 1804252)
This commit is contained in:
commit
c3e62e1e4e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue