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 #19160 from calixteman/fix_css_message_bar

Fix unused css variables (follow-up of #18900)
This commit is contained in:
calixteman 2024-12-04 09:45:17 +01:00 committed by GitHub
commit 11ce57ac22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,10 +208,12 @@
&:hover {
background-color: var(--undo-button-bg-color-hover);
color: var(--undo-button-fg-color-hover);
}
&:active {
background-color: var(--undo-button-bg-color-active);
color: var(--undo-button-fg-color-active);
}
}