Commit 21f9a48
committed
css: force hand cursor on search results
The items in the search dropdown are links to pages, but the "Show all
results..." item is a `<a>` without a `href`. This causes most browsers
to not show the "hand" cursor.
Force the items in the search dropdown to show a hand
(aka `cursor: pointer`).
Signed-off-by: Toon Claes <[email protected]>1 parent e6bc4b6 commit 21f9a48
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments