2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +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"] {
opacity: 0;
}
.v-select.unsearchable input[type="search"]:hover {
cursor: pointer;
}
/* List Items */
.v-select li {