From 21465b5dead53a274c00c58e8eb2a659a40c76ae Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 6 Jan 2023 00:49:24 -0800 Subject: [PATCH] Add style for hidden selects --- components/Select/index.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Select/index.scss b/components/Select/index.scss index f949b240..e93026b7 100644 --- a/components/Select/index.scss +++ b/components/Select/index.scss @@ -14,6 +14,10 @@ } } + &.hidden { + display: none; + } + &:hover { background-color: var(--input-bg-hover); color: var(--text-primary);