2
0
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:
Beni Rupp
2020-04-25 17:49:56 +02:00
committed by GitHub
parent 321813162c
commit ed58352c2f
+3 -4
View File
@@ -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