problems timeline: show acknowledges
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user