From cd94c19f9a04ec954d77d7df9c004507ee6dd3db Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Thu, 20 Feb 2025 19:31:52 +0100 Subject: [PATCH] [Editor] Fix the color of the labels in the editing doorhangers The fix in #19522 wasn't correct. This one should be better. --- web/viewer.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/viewer.css b/web/viewer.css index 6afd750f9..2560e46f6 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1132,6 +1132,11 @@ dialog :link { line-height: 150%; width: fit-content; inset-inline-start: 0; + color: var(--main-color); + } + + button:is(:hover, :focus-visible) .editorParamsLabel { + color: var(--doorhanger-hover-color); } .editorParamsToolbarContainer {