Skip to content

Commit

Permalink
fix(leaflet): 🐛 re-introduce box-shadow back to touch buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jul 10, 2024
1 parent 1471c1b commit 51caa71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skinStyles/lib/leaflet/leaflet.less
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 0;
box-shadow: 0 1px 5px rgba( 0, 0, 0, 0.65 );
}

.leaflet-popup-content {
Expand Down

0 comments on commit 51caa71

Please sign in to comment.