Improve hiding of text on zoom icons
This commit is contained in:
parent
31a6d20728
commit
3d40181f87
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
|||
|
||||
.leaflet-control-zoomslider-in,
|
||||
.leaflet-control-zoomslider-out {
|
||||
text-indent: -9999px;
|
||||
text-indent: 100%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
outline-style: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue