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

Commit 195e520

Browse files
OzzieOrcaRobin van Baalen
authored and
Robin van Baalen
committed
fix(typeahead): add href to show cursor as pointer
When hovering over typeahead matches, the cursor is now shown as a pointer. Fixes #3649
1 parent e5a1e88 commit 195e520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>
1+
<a href="javascript:void(0)" tabindex="-1" bind-html-unsafe="match.label | typeaheadHighlight:query"></a>

0 commit comments

Comments
 (0)