From 1d106e45daf7fdfc145f2bca1bdb432794fa68fa Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sat, 14 Dec 2019 16:33:17 +0000 Subject: [PATCH] Add Leaflet popup close button bg color transition --- src/styles/_map.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/_map.scss b/src/styles/_map.scss index ac92b35..f12f547 100644 --- a/src/styles/_map.scss +++ b/src/styles/_map.scss @@ -23,6 +23,7 @@ margin-top: 15px; margin-right: 15px; border-radius: 100px; + transition: background-color 0.2s; &:hover, &:focus {