Skip to content

Commit

Permalink
Align the scale control's alpha transparency with the attribution con…
Browse files Browse the repository at this point in the history
…trol (#8547)
  • Loading branch information
Malvoz authored and jonkoops committed Nov 2, 2022
1 parent bf8f694 commit 9598996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
box-sizing: border-box;

background: #fff;
background: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.8);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
Expand Down

0 comments on commit 9598996

Please sign in to comment.