Explorar el Código

heatmap: fix black selection area

Alexander Zobnin hace 8 años
padre
commit
e72baca4a7
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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;