From ad8c0d070d34f83e1f228b400b9403eee8e004ab Mon Sep 17 00:00:00 2001 From: Dexter Legaspi Date: Fri, 12 Sep 2014 12:32:49 -0400 Subject: [PATCH] Fix for highlighting typeahead with arrow keys the current version highlights typeaheads only when mouseover. this version highlights even with arrow keys. --- typeaheadjs.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/typeaheadjs.css b/typeaheadjs.css index c803d63..1d4f3d1 100644 --- a/typeaheadjs.css +++ b/typeaheadjs.css @@ -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%; }