1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #19300 from calixteman/remove_useless_css

Remove unused CSS variables
This commit is contained in:
calixteman 2025-01-07 14:16:03 +01:00 committed by GitHub
commit dfbd1d5db6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,6 @@
--color-accent-primary: #0060df;
--color-accent-primary-hover: #0250bb;
--color-accent-primary-active: #054096;
--border-interactive-color: #8f8f9d;
--border-radius-circle: 9999px;
--border-width: 1px;
--size-item-small: 16px;
@ -32,7 +31,6 @@
--color-accent-primary: #0df;
--color-accent-primary-hover: #80ebff;
--color-accent-primary-active: #aaf2ff;
--border-interactive-color: #bfbfc9;
--color-canvas: #1c1b22;
--border-color-interactive: #f9f9fa;
}
@ -41,11 +39,7 @@
--color-accent-primary: ButtonText;
--color-accent-primary-hover: SelectedItem;
--color-accent-primary-active: SelectedItem;
--border-interactive-color: ButtonText;
--button-background-color: ButtonFace;
--border-interactive-color-hover: SelectedItem;
--border-interactive-color-active: SelectedItem;
--border-interactive-color-disabled: GrayText;
--border-color-interactive: ButtonText;
--border-color-interactive-hover: SelectedItem;
--border-color-interactive-active: ButtonText;