소스 검색

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 {
 .heatmap-selection {
   stroke-width: 1;
   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 {
 .heatmap-legend-wrapper {