Fix hover underline in flag + Leaflet attribution prefix (#9280)

This commit is contained in:
Roman Karavia
2024-02-27 17:37:32 +01:00
committed by GitHub
parent 407ffecbd9
commit 9b51c8dab4
2 changed files with 2 additions and 1 deletions

1
dist/leaflet.css vendored
View File

@ -397,6 +397,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
margin-right: 0.277em;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;

View File

@ -27,7 +27,7 @@ export const Attribution = Control.extend({
// @option prefix: String|false = 'Leaflet'
// The HTML text shown before the attributions. Pass `false` to disable.
prefix: `<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">${ukrainianFlag} Leaflet</a>`
prefix: `<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">${ukrainianFlag}Leaflet</a>`
},
initialize(options) {