From a79e165de162fbb7ee9678249292250589f3bbe6 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 27 Oct 2023 13:18:19 -0400 Subject: [PATCH] Fix position of pencil for deactivated layers --- 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 805ce89f..281866b6 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -803,7 +803,7 @@ ul.photon-autocomplete { } .readonly .layer-edit, .off .layer-edit { - background-position: -51px -72px; + background-position: -50px -73px; } .off .layer-zoom_to { background-position: -25px -54px;