Fix unused css variables (follow-up of #18900)
This commit is contained in:
parent
9a4b7c2612
commit
1cd3eb75d5
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user