mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
fix: do not show cursor as pointer when unsearchable select is disabled (#1171)
This commit is contained in:
@@ -48,10 +48,9 @@ $font-size: 1em;
|
|||||||
.vs--unsearchable {
|
.vs--unsearchable {
|
||||||
.vs__search {
|
.vs__search {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
}
|
||||||
&:hover {
|
&:not(.vs--disabled) .vs__search:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Single, when searching but not loading or open
|
// Single, when searching but not loading or open
|
||||||
|
|||||||
Reference in New Issue
Block a user