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

View File

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