diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index a54b1a14..87ee6c2d 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -257,6 +257,9 @@ html[dir="rtl"] .leaflet-tooltip-pane > * { .home-button:hover { background-color: var(--color-lighterGray); } +.umap-edit-enabled .home-button { + display: none; +}