Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
fix(typeahead): add href to show cursor as pointer
Browse files Browse the repository at this point in the history
When hovering over typeahead matches, the cursor is now shown as a pointer.

Fixes #3649
  • Loading branch information
OzzieOrca authored and Robin van Baalen committed Jun 4, 2015
1 parent e5a1e88 commit 195e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/typeahead/typeahead-match.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>
<a href="javascript:void(0)" tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>

0 comments on commit 195e520

Please sign in to comment.