From 988ea2f733fb7c60e443af6a48edb9f6cf46a83c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sat, 5 Sep 2026 23:28:48 +0200 Subject: [PATCH] small hover changes --- client/homebrew/editor/metadataEditor/metadataEditor.jsx | 2 +- client/homebrew/editor/metadataEditor/metadataEditor.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 46de86555..694765644 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -172,7 +172,7 @@ const MetadataEditor = createReactClass({ return
-
diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index bd80cf6fb..761e8af27 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -409,6 +409,7 @@ --h2-clr: #aaf; --label-clr: #ddd; --input-bg: #333; + --input-bg-hover: #666; --input-text-clr: #eee; --input-placeholder-clr: #aaa;