diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index fdd6d45f..2e01988c 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -433,9 +433,6 @@ ul.photon-autocomplete { .umap-is-dirty a.leaflet-control-edit-disable { display: none; } -.umap-click-to-edit:hover { - text-decoration: underline; -} .umap-caption-bar { display: none; } @@ -469,6 +466,9 @@ ul.photon-autocomplete { color: #fff; font-size: 1.2em; } +.umap-main-edit-toolbox a:hover { + text-decoration: underline; +} .umap-main-edit-toolbox .map-name { display: inline-block; max-width: 200px;