Skip to content

Commit

Permalink
[FIX] modify colors (add variables) for search suggest dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jun 22, 2016
1 parent 17a36aa commit cba07ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev/styles/main/plugins/search/searchSuggest.less
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,19 @@
background: @nav-link-hover-background;
color: inherit;
}


div.awesomplete mark {
background: tint(@main-color, 70%);
}
div.awesomplete li:hover mark {
background: tint(@main-color, 70%);
}
div.awesomplete li[aria-selected="true"] mark {
background: tint(@main-color, 45%);
}
div.awesomplete li[aria-selected="true"] mark {
background: tint(@main-color, 45%);
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------

0 comments on commit cba07ac

Please sign in to comment.