heatmap: fix black selection area

This commit is contained in:
Alexander Zobnin
2017-08-01 13:54:09 +03:00
parent 2aa26c98b6
commit e72baca4a7
@@ -47,6 +47,13 @@
}
}
.heatmap-selection {
stroke-width: 1;
opacity: 0.3;
fill: #828282;
stroke: darken($red,15%);
}
.heatmap-legend-wrapper {
@include clearfix();
margin: 0 $spacer;