UX: Ensure that `select-kit` is hidden consistently.
This commit is contained in:
parent
57a3d4e0d2
commit
141fba8866
|
@ -8,7 +8,7 @@
|
|||
user-select: none;
|
||||
|
||||
&.is-hidden {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
|
|
Loading…
Reference in New Issue