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);