From aec1147aa53af84ebe128b0e0fe56117b7d4e011 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Sat, 5 Nov 2022 11:56:48 -0500 Subject: [PATCH] set `:invalid` input to light red background --- client/homebrew/editor/metadataEditor/metadataEditor.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.less b/client/homebrew/editor/metadataEditor/metadataEditor.less index 9b2761306..a852ad41b 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.less +++ b/client/homebrew/editor/metadataEditor/metadataEditor.less @@ -42,6 +42,9 @@ &>.value{ flex : 1 1 auto; width : 50px; + &:invalid { + background : #ffb9b9; + } } &.thumbnail{ height : 1.4em;