remove underline in attribution links #1868
This commit is contained in:
parent
6f83a385ee
commit
885dbb60bd
6
dist/leaflet.css
vendored
6
dist/leaflet.css
vendored
@ -335,6 +335,12 @@
|
||||
padding: 0 5px;
|
||||
color: #333;
|
||||
}
|
||||
.leaflet-control-attribution a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.leaflet-control-attribution a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.leaflet-container .leaflet-control-attribution,
|
||||
.leaflet-container .leaflet-control-scale {
|
||||
font-size: 11px;
|
||||
|
Loading…
Reference in New Issue
Block a user