2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

fix: always set cursor CSS property, not just on hover (#1517)

This commit is contained in:
Flo Edelmann
2021-10-15 23:34:30 +02:00
committed by GitHub
parent 119bf41280
commit d4c7be4fbc
+1 -1
View File
@@ -50,7 +50,7 @@ $font-size: 1em;
.vs__search {
opacity: 1;
}
&:not(.vs--disabled) .vs__search:hover {
&:not(.vs--disabled) .vs__search {
cursor: pointer;
}
}