This repository has been archived by the owner on Jun 24, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
feat: now the autocomplete box is usable with tab key
- Loading branch information
Christian Kruse
committed
Jul 22, 2015
1 parent
813003e
commit 03968e4
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| cursor:pointer; | ||
| } | ||
|
|
||
| li:hover { | ||
| li:hover, li:focus { | ||
| background-color:#ccc; | ||
| } | ||
| } | ||
|
|
||