---------

**Commit 1:**
make the legend background color transparent so it looks good in both dark and light themes

* Original sha: 6e94ff5e45
* Authored by Stacey-Gammon <gammon@elastic.co> on 2016-09-19T17:36:57Z

**Commit 2:**
Remove total transparency fix

If the legend has a totally transparent background it’s difficult to
read when the chart lines lie under it.  This approaches fixes the
coloring but leaves the opacity in tact.

* Original sha: a62b1f0576
* Authored by Stacey-Gammon <gammon@elastic.co> on 2016-09-19T19:01:21Z
This commit is contained in:
Elastic Jasper 2016-09-19 17:21:30 -04:00
parent f1010b37b3
commit 10fcf1ab94

View file

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