Added arrows on Narrtive steps that are movements

This commit is contained in:
Franc Camps-Febrer
2019-02-01 10:37:39 -05:00
parent c0d909690e
commit 5caab85d05
2 changed files with 48 additions and 0 deletions

View File

@@ -175,6 +175,10 @@
stroke-width: 0;
}
.narrative-step-arrow {
pointer-events: all !important;
}
.path-polyline {
stroke: $darkgrey;
stroke-width: 2px;