mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
Merge pull request #414 from sagalbot/bug/unsearchable-input-cursor
use pointer on hover for unsearchable inputs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user