1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Remove the custom grab/grabbing cursor image files

According to the MDN compatibility data, see https://developer.mozilla.org/en-US/docs/Web/CSS/cursor#browser_compatibility, all browsers that we now support should have these cursors available natively.
This commit is contained in:
Jonas Jenwald 2022-03-14 14:36:38 +01:00
parent 6776efe491
commit ee2896dd1e
4 changed files with 2 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 326 B

View file

@ -1699,7 +1699,6 @@ html[dir="rtl"] .treeItemToggler::before {
}
.grab-to-pan-grab {
cursor: url("images/grab.cur"), move !important;
cursor: grab !important;
}
.grab-to-pan-grab
@ -1708,7 +1707,6 @@ html[dir="rtl"] .treeItemToggler::before {
}
.grab-to-pan-grab:active,
.grab-to-pan-grabbing {
cursor: url("images/grabbing.cur"), move !important;
cursor: grabbing !important;
position: fixed;
background: rgba(0, 0, 0, 0);