mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix for typeahead background, increased lighten
This commit is contained in:
parent
b6909eb3b0
commit
df62282c11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user