From 0def3292e1e2c47b641dad48fb3720edaeee753f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 7 Mar 2025 17:26:46 +0100 Subject: [PATCH] fix: only display search edit tools in edit mode Co-authored-by: David Larlet --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index c78baa4d..bc5f9088 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -302,7 +302,7 @@ ul.photon-autocomplete { float: inline-end; display: none; } -.photon-autocomplete li.on .search-result-tools { +.umap-edit-enabled .photon-autocomplete li.on .search-result-tools { display: flex; }