Przeglądaj źródła

heatmap: fix black selection area

Alexander Zobnin 8 lat temu
rodzic
commit
e72baca4a7
1 zmienionych plików z 7 dodań i 0 usunięć
  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;