From 4c879ca991d5502215f599b59d1bcb697f0dd726 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 13 Jul 2023 19:34:47 +0200 Subject: [PATCH] Fix drag-hangle icon missing since svg switch --- 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 a710b816..460098ab 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -638,7 +638,7 @@ ul.photon-autocomplete { } .umap-browse-datalayers li[draggable] .drag-handle { float: right; - background-position: -130px -130px; + background-position: -72px -72px; margin-right: 5px; cursor: move; }