Sfoglia il codice sorgente

heatmap: fix black selection area

Alexander Zobnin 8 anni fa
parent
commit
e72baca4a7
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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;