mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-25 15:38:54 +00:00
Fix hover underline in flag + Leaflet attribution prefix (#9280)
This commit is contained in:
1
dist/leaflet.css
vendored
1
dist/leaflet.css
vendored
@ -397,6 +397,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
|
|||||||
vertical-align: baseline !important;
|
vertical-align: baseline !important;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
height: 0.6669em;
|
height: 0.6669em;
|
||||||
|
margin-right: 0.277em;
|
||||||
}
|
}
|
||||||
.leaflet-left .leaflet-control-scale {
|
.leaflet-left .leaflet-control-scale {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
@ -27,7 +27,7 @@ export const Attribution = Control.extend({
|
|||||||
|
|
||||||
// @option prefix: String|false = 'Leaflet'
|
// @option prefix: String|false = 'Leaflet'
|
||||||
// The HTML text shown before the attributions. Pass `false` to disable.
|
// 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) {
|
initialize(options) {
|
||||||
|
Reference in New Issue
Block a user