浏览代码

heatmap: use the same color for selection as for graph

Alexander Zobnin 8 年之前
父节点
当前提交
b01a4e6583
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      public/sass/components/_panel_heatmap.scss

+ 2 - 3
public/sass/components/_panel_heatmap.scss

@@ -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 {