add event counts for locations

This commit is contained in:
Lachlan Kermode
2019-01-08 13:00:33 +00:00
parent 56b8677827
commit 899e06d560
5 changed files with 15 additions and 11 deletions

View File

@@ -165,14 +165,13 @@
* Elements
*/
.location {
cursor: pointer;
}
.location-event-marker {
fill: $event_default;
stroke-width: 0;
cursor: pointer;
&:hover {
fill-opacity: 1;
}
}
.path-polyline {
@@ -180,5 +179,10 @@
stroke-width: 2px;
}
.location-count {
z-index: 100;
fill: #a4a4a4;
}