Skip to content

Commit

Permalink
fix: do not show cursor as pointer when unsearchable select is disabl…
Browse files Browse the repository at this point in the history
…ed (#1171)
  • Loading branch information
BeniRupp authored Apr 25, 2020
1 parent 3218131 commit ed58352
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/scss/modules/_search-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed58352

Please sign in to comment.