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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user