heatmap: use the same color for selection as for graph

This commit is contained in:
Alexander Zobnin
2017-08-01 16:21:40 +03:00
parent f64ebf538c
commit b01a4e6583
+2 -3
View File
@@ -49,9 +49,8 @@
.heatmap-selection {
stroke-width: 1;
opacity: 0.3;
fill: #828282;
stroke: darken($red,15%);
fill: rgba(102, 102, 102, 0.4);
stroke: rgba(102, 102, 102, 0.8);
}
.heatmap-legend-wrapper {