Fix 5147 bring back in/active colors to the typeahead dropdown

(cherry picked from commit 3cff4e8)
This commit is contained in:
Matthew Bargar 2015-10-20 16:12:58 -04:00
parent 6c209075ea
commit 5066473574
2 changed files with 3 additions and 2 deletions

View file

@ -253,7 +253,8 @@
@typeahead-item-color: @text-color;
@typeahead-item-border: lighten(@popover-border-color, 60%);
@typeahead-item-bg: @well-bg;
@typeahead-item-bg: @body-bg;
@typeahead-item-active-bg: @well-bg;
// Alerts ======================================================================

View file

@ -24,7 +24,7 @@
}
.typeahead-item.active {
background-color: @typeahead-item-bg;
background-color: @typeahead-item-active-bg;
}
}
}