Skip to content
Snippets Groups Projects
Unverified Commit 650e2a90 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix snowplow test (#21157)

parent 794cf3ed
No related branches found
No related tags found
No related merge requests found
......@@ -168,8 +168,7 @@
.LineAreaBarChart .dc-chart .line,
.LineAreaBarChart .dc-chart .dot,
.LineAreaBarChart .dc-chart .row,
.LineAreaBarChart .dc-chart .bubble,
.LineAreaBarChart .dc-chart .event-line {
.LineAreaBarChart .dc-chart .bubble {
transition: opacity 0.15s linear;
}
......@@ -180,6 +179,10 @@
transition: opacity 0.25s linear;
}
.LineAreaBarChart .dc-chart .event-line {
transition: stroke 0.15s linear;
}
/* .mute-* selectors dynamically generated in LineAreaBarChart.js*/
.LineAreaBarChart.mute-yl .dc-chart .axis.y,
......@@ -274,12 +277,11 @@ text.value-label-white {
}
.LineAreaBarChart .dc-chart .event-line {
stroke: var(--color-brand);
stroke: color-mod(var(--color-text-medium) alpha(-80%));
stroke-width: 2;
opacity: 0.2;
pointer-events: none;
}
.LineAreaBarChart .dc-chart .event-line.hover {
opacity: 1;
stroke: var(--color-brand);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment