make autocomplete use highlight color for selecting

This commit is contained in:
Jeff Atwood 2014-06-12 15:30:15 -07:00
parent d1f22f1b76
commit ae46e439b8

@ -20,10 +20,10 @@
font-size: 11px; font-size: 11px;
} }
&.selected { &.selected {
background-color: scale-color-diff(); background-color: lighten($highlight, 23%);
} }
@include hover { @include hover {
background-color: scale-color-diff(); background-color: lighten($highlight, 23%);
text-decoration: none; text-decoration: none;
} }
} }