fix(charts): fix legend colors for d3 charts

This commit is contained in:
KostyaDanovsky 2017-09-19 19:58:52 +03:00
parent 178be8a785
commit 96bf563e1c

View file

@ -30,6 +30,9 @@
}
.legend-label {
color: nb-theme(color-fg-heading);
.active .legend-label-text {
color: nb-theme(color-fg-heading);
}
}
}
}