Fix drag-hangle icon missing since svg switch

This commit is contained in:
Yohan Boniface 2023-07-13 19:34:47 +02:00
parent c8065fb29e
commit 4c879ca991

View file

@ -638,7 +638,7 @@ ul.photon-autocomplete {
}
.umap-browse-datalayers li[draggable] .drag-handle {
float: right;
background-position: -130px -130px;
background-position: -72px -72px;
margin-right: 5px;
cursor: move;
}