mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #17364 from calixteman/editor_disable_highlight
[Editor] Disable mouse events when leaving the highlight mode
This commit is contained in:
commit
6b3ae4492e
2 changed files with 16 additions and 0 deletions
|
@ -954,6 +954,10 @@
|
|||
pointer-events: auto;
|
||||
}
|
||||
|
||||
&.disabled .internal {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
&.selectedEditor {
|
||||
.internal {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue