Sync styling of marker in both map and timeline from config

This commit is contained in:
Franc Camps-Febrer
2019-01-31 15:28:46 -05:00
parent 3eed45a5ef
commit 7eed1d6fc3
5 changed files with 12 additions and 15 deletions

View File

@@ -198,10 +198,6 @@
stroke-dasharray: 1px 2px;
}
.datetime {
/*transition: transform 0.2s ease;*/
}
.event {
cursor: pointer;
opacity: .7;
@@ -213,9 +209,6 @@
.timeline-marker {
fill: none;
stroke: $offwhite;
stroke-width: 2;
stroke-dasharray: 5px 2px;
transition: transform 0.2s ease;
}