mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
fix: always set cursor CSS property, not just on hover (#1517)
This commit is contained in:
@@ -50,7 +50,7 @@ $font-size: 1em;
|
|||||||
.vs__search {
|
.vs__search {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
&:not(.vs--disabled) .vs__search:hover {
|
&:not(.vs--disabled) .vs__search {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user