fix pointer events on labels

This commit is contained in:
Andrew Croce 2018-09-19 12:05:52 -04:00
parent e02fe24982
commit 20f4e0fc57

View File

@ -155,6 +155,7 @@
.budget-chart__label {
@include small-label;
fill: $color-gray;
pointer-events: none;
&--strong {
fill: $color-black;