Commit b01a4e65 by Alexander Zobnin

heatmap: use the same color for selection as for graph

parent f64ebf53
...@@ -49,9 +49,8 @@ ...@@ -49,9 +49,8 @@
.heatmap-selection { .heatmap-selection {
stroke-width: 1; stroke-width: 1;
opacity: 0.3; fill: rgba(102, 102, 102, 0.4);
fill: #828282; stroke: rgba(102, 102, 102, 0.8);
stroke: darken($red,15%);
} }
.heatmap-legend-wrapper { .heatmap-legend-wrapper {
......
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