2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

use pointer on hover for unsearchable inputs

This commit is contained in:
Jeff
2018-01-06 17:05:45 -08:00
parent 804c97a2f3
commit 56bfd68051
+3
View File
@@ -189,6 +189,9 @@
} }
.v-select.unsearchable input[type="search"] { .v-select.unsearchable input[type="search"] {
opacity: 0; opacity: 0;
}
.v-select.unsearchable input[type="search"]:hover {
cursor: pointer;
} }
/* List Items */ /* List Items */
.v-select li { .v-select li {