From 1cd3eb75d5ca275a9f97188c37c25751f0d02278 Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Wed, 4 Dec 2024 09:15:01 +0100 Subject: [PATCH] Fix unused css variables (follow-up of #18900) --- web/message_bar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/message_bar.css b/web/message_bar.css index 4a948d2ed..695168c77 100644 --- a/web/message_bar.css +++ b/web/message_bar.css @@ -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); } }