Skip to content

Commit

Permalink
Merge pull request #956 from fredj/search_keyboard_highlight
Browse files Browse the repository at this point in the history
Highlight search result on keyboard navigation
  • Loading branch information
fredj committed Apr 4, 2016
2 parents 0c5d24d + 8541608 commit d7f8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/less/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ span.twitter-typeahead input {
padding: @app-margin;
padding-left: @app-margin + 2rem + @app-margin;
text-align: left;
&:hover {
&:hover, &.tt-cursor {
cursor: pointer;
background-color: @onhover-color;
}
Expand Down

0 comments on commit d7f8d78

Please sign in to comment.