Skip to content

Commit

Permalink
Fix for highlighting typeahead with arrow keys
Browse files Browse the repository at this point in the history
the current version highlights typeaheads only when mouseover.  this
version highlights even with arrow keys.
  • Loading branch information
dalegaspi committed Sep 12, 2014
1 parent 9e377c1 commit ad8c0d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion typeaheadjs.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ span.twitter-typeahead .tt-suggestion > p:focus {
outline: 0;
background-color: #428bca;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
color: #ffffff;
background-color: #428bca;
}
span.twitter-typeahead {
width: 100%;
}
Expand Down

0 comments on commit ad8c0d0

Please sign in to comment.