mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-04 06:32:23 +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__search {
|
||||
opacity: 1;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
&:not(.vs--disabled) .vs__search:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
// Single, when searching but not loading or open
|
||||
|
||||
Reference in New Issue
Block a user