2
0
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:
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--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