mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix 5147 bring back in/active colors to the typeahead dropdown
This commit is contained in:
parent
fce1637844
commit
3cff4e8e81
2 changed files with 3 additions and 2 deletions
|
@ -253,7 +253,8 @@
|
||||||
|
|
||||||
@typeahead-item-color: @text-color;
|
@typeahead-item-color: @text-color;
|
||||||
@typeahead-item-border: lighten(@popover-border-color, 60%);
|
@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 ======================================================================
|
// Alerts ======================================================================
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.typeahead-item.active {
|
.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