mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: only display search edit tools in edit mode
Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
parent
4ccd1e6799
commit
0def3292e1
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ ul.photon-autocomplete {
|
||||||
float: inline-end;
|
float: inline-end;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.photon-autocomplete li.on .search-result-tools {
|
.umap-edit-enabled .photon-autocomplete li.on .search-result-tools {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue