From 23253904521f5ffd59c29953bfbcf260a0a8723f Mon Sep 17 00:00:00 2001 From: thecristen Date: Sat, 8 Dec 2018 10:49:02 -0500 Subject: [PATCH] remove map marker hover style that paused animation, fixes #10 --- src/components/MapContainer.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/MapContainer.css b/src/components/MapContainer.css index 1d9d285..8ee20cc 100644 --- a/src/components/MapContainer.css +++ b/src/components/MapContainer.css @@ -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;