Skip to content

Commit

Permalink
FIX: fail to click on item on few OS+Browser combinaison -- #29
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistedonaux committed Aug 21, 2018
1 parent 7784360 commit 7924bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autocomplete.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ input[data-autocomplete] {
> li {
cursor: pointer;
padding: 5px 0 5px 10px;
white-space: nowrap;

&.active, &:active, &:focus, &:hover {
background-color: @item_active_color;
Expand Down

0 comments on commit 7924bac

Please sign in to comment.