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

Update dependencies to the most recent versions

Moreover, fix the linting issues (using `npx gulp lint --fix`) that are
found by the new versions of the linting tools.
This commit is contained in:
Tim van der Meij 2025-02-09 18:47:49 +01:00
parent d88035525c
commit d2a07dcac6
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
7 changed files with 271 additions and 288 deletions

View file

@ -41,12 +41,10 @@
);
--editorFreeText-editing-cursor: text;
--editorInk-editing-cursor: url(images/cursor-editorInk.svg) 0 16, pointer;
--editorHighlight-editing-cursor: url(images/cursor-editorTextHighlight.svg)
24 24,
text;
--editorFreeHighlight-editing-cursor: url(images/cursor-editorFreeHighlight.svg)
1 18,
pointer;
--editorHighlight-editing-cursor:
url(images/cursor-editorTextHighlight.svg) 24 24, text;
--editorFreeHighlight-editing-cursor:
url(images/cursor-editorFreeHighlight.svg) 1 18, pointer;
--new-alt-text-warning-image: url(images/altText_warning.svg);
}
@ -94,8 +92,8 @@
@media (min-resolution: 1.1dppx) {
:root {
--editorFreeText-editing-cursor: url(images/cursor-editorFreeText.svg) 0 16,
text;
--editorFreeText-editing-cursor:
url(images/cursor-editorFreeText.svg) 0 16, text;
}
}

View file

@ -260,7 +260,8 @@
color: var(--signature-color);
background-color: transparent;
font-family: "Brush script", "Apple Chancery", "Segoe script",
font-family:
"Brush script", "Apple Chancery", "Segoe script",
"Freestyle Script", "Palace Script MT", "Brush Script MT", TK,
cursive, serif;
font-size: 44px;

View file

@ -51,8 +51,8 @@
--toolbar-border-color: rgb(184 184 184);
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
--toolbar-border-bottom: none;
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
rgb(0 0 0 / 0.25),
--toolbarSidebar-box-shadow:
inset calc(-1px * var(--dir-factor)) 0 0 rgb(0 0 0 / 0.25),
0 1px 0 rgb(0 0 0 / 0.15), 0 0 1px rgb(0 0 0 / 0.1);
--toolbarSidebar-border-bottom: none;
--button-hover-color: rgb(221 222 223);