UX: Ensure that `select-kit` is hidden consistently.

This commit is contained in:
Guo Xiang Tan 2020-06-03 11:50:24 +08:00
parent 57a3d4e0d2
commit 141fba8866
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
user-select: none;
&.is-hidden {
display: none;
display: none !important;
}
&.is-disabled {