Merge pull request #8348 from elastic/jasper/backport/8336/5.0

[backport] PR #8336 to 5.0 - Fix timelion legend in dark theme
This commit is contained in:
Stacey Gammon 2016-09-19 18:02:14 -04:00 committed by GitHub
commit 63d7eb3c5e

View file

@ -316,6 +316,10 @@
// /src/ui/public/vislib/styles/_legend.less
.legend {
background-color: @dashboard-panel-bg;
}
.legend-col-wrapper {
.legend-ul {