problems timeline: show acknowledges

This commit is contained in:
Alexander Zobnin
2018-12-26 20:57:38 +03:00
parent cf018b4876
commit dd7b2565cb
2 changed files with 215 additions and 2 deletions

View File

@@ -399,7 +399,7 @@
.event-timeline {
position: relative;
margin: 0.6rem 0;
margin: 0.2rem 0;
padding-top: 2.6rem;
// margin-top: auto;
@@ -474,6 +474,32 @@
}
}
}
.problem-event-ack {
circle {
transition: all 0.2s ease-out;
}
.point-border {
fill: $blue;
}
.point-core {
fill: $problem-event-core;
}
&:hover,
&.highlighted {
circle.point-border {
stroke: $problem-event-highlighted;
stroke-width: 1;
filter: url(#glowShadow);
}
.point-core {
fill: $problem-event-core-highlighted;
}
}
}
}
}