mirror of
https://github.com/umap-project/umap.git
synced 2025-05-02 04:52:22 +02:00
Merge pull request #2096 from umap-project/fix-more-button-icon
fix: correct position for more button icon
This commit is contained in:
commit
c33adcf0e7
1 changed files with 2 additions and 2 deletions
|
@ -105,12 +105,12 @@ html[dir="rtl"] .leaflet-tooltip-pane > * {
|
|||
.umap-control-more,
|
||||
.umap-control-less {
|
||||
background-image: url('./img/24-white.svg');
|
||||
background-position: -72px -474px;
|
||||
background-position: -72px -366px;
|
||||
text-indent: -9999px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.umap-control-less {
|
||||
background-position: -108px -476px;
|
||||
background-position: -108px -366px;
|
||||
}
|
||||
.umap-more-controls .display-on-more,
|
||||
.umap-more-controls .umap-control-less {
|
||||
|
|
Loading…
Reference in a new issue