mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fixup: hide home button in edit mode
The button is already on the edit bar. Would be nicer to have a css transition, but at least with this change it is not duplicated.
This commit is contained in:
parent
d85fc648b1
commit
ef80396784
1 changed files with 3 additions and 0 deletions
|
@ -257,6 +257,9 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
|
||||||
.home-button:hover {
|
.home-button:hover {
|
||||||
background-color: var(--color-lighterGray);
|
background-color: var(--color-lighterGray);
|
||||||
}
|
}
|
||||||
|
.umap-edit-enabled .home-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue