mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
heatmap: fix black selection area
This commit is contained in:
parent
2aa26c98b6
commit
e72baca4a7
@ -47,6 +47,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.heatmap-selection {
|
||||||
|
stroke-width: 1;
|
||||||
|
opacity: 0.3;
|
||||||
|
fill: #828282;
|
||||||
|
stroke: darken($red,15%);
|
||||||
|
}
|
||||||
|
|
||||||
.heatmap-legend-wrapper {
|
.heatmap-legend-wrapper {
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
margin: 0 $spacer;
|
margin: 0 $spacer;
|
||||||
|
Loading…
Reference in New Issue
Block a user