Skip to content

Commit

Permalink
remove map marker hover style that paused animation, fixes louh#10
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Dec 8, 2018
1 parent 0fa2c19 commit 2325390
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/MapContainer.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
object-fit: contain;
}

/* map markers */
.map-marker:hover,
.map-marker.map-marker-highlight {
fill: white;
animation: none;
}

.map-marker-flashing {
animation-name: flashing-dot;
animation-duration: 2s;
Expand Down

0 comments on commit 2325390

Please sign in to comment.