Commit e72baca4 by Alexander Zobnin

heatmap: fix black selection area

parent 2aa26c98
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment