1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Fix unused css variables (follow-up of #18900)

This commit is contained in:
Calixte Denizet 2024-12-04 09:15:01 +01:00
parent 9a4b7c2612
commit 1cd3eb75d5

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);
}
}