mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
add event counts for locations
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user