mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 11:32:38 +02:00
fixup: hide home button in edit mode (#2562)
The button is already on the edit bar. Would be nicer to have a css transition (like for the bar itself), but at least with this change it is not duplicated.
This commit is contained in:
commit
1b058ce862
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue