Browse Source

fix for typeahead background, increased lighten

Patrick O'Carroll 7 years ago
parent
commit
df62282c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/sass/_variables.light.scss

+ 1 - 1
public/sass/_variables.light.scss

@@ -218,7 +218,7 @@ $search-filter-box-bg: $gray-7;
 
 // Typeahead
 $typeahead-shadow: 0 5px 10px 0 $gray-5;
-$typeahead-selected-bg: lighten($blue, 25%);
+$typeahead-selected-bg: lighten($blue, 57%);
 $typeahead-selected-color: $blue;
 
 // Dropdowns