From 41350fc04460584931fd3a877aa3318e3da8d74a Mon Sep 17 00:00:00 2001 From: Malvoz <26493779+Malvoz@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:20:47 +0100 Subject: [PATCH] Remove opinionated color of popup's close button --- src/mapml.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mapml.css b/src/mapml.css index 2c737b4d0..54d3370be 100644 --- a/src/mapml.css +++ b/src/mapml.css @@ -36,7 +36,9 @@ } /* Remove opinionated color of links. */ -.leaflet-container a { +.leaflet-container a, +.leaflet-container a.leaflet-popup-close-button, +.leaflet-container a.leaflet-popup-close-button:hover { color: initial; }