2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

Merge pull request #414 from sagalbot/bug/unsearchable-input-cursor

use pointer on hover for unsearchable inputs
This commit is contained in:
Jeff
2018-01-06 17:06:11 -08:00
committed by GitHub
+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 {