Преглед изворни кода

heatmap: fix black selection area

Alexander Zobnin пре 8 година
родитељ
комит
e72baca4a7
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      public/sass/components/_panel_heatmap.scss

+ 7 - 0
public/sass/components/_panel_heatmap.scss

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