From 0bed76b0488214cfc0800a015ec1ecf2b02032a2 Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Wed, 30 Aug 2023 17:00:34 +0200 Subject: [PATCH] Hide legend close button --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index 1c94e8e..c01e995 100644 --- a/assets/style.css +++ b/assets/style.css @@ -47,3 +47,7 @@ a.button:hover { h3, h4, a.button { font-family: sans-serif; } +/* https://github.com/watergis/maplibre-gl-legend/issues/22 */ +.maplibregl-legend-close-button { + display: none !important; +}