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;