mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix 5147 bring back in/active colors to the typeahead dropdown
(cherry picked from commit 3cff4e8
)
This commit is contained in:
parent
6c209075ea
commit
5066473574
2 changed files with 3 additions and 2 deletions
|
@ -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 ======================================================================
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.typeahead-item.active {
|
||||
background-color: @typeahead-item-bg;
|
||||
background-color: @typeahead-item-active-bg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue