Skip to content

Commit 0c0e092

Browse files
author
Atsushi Yasumoto
committed
update css to specify none for border and box-shadow of img
1 parent c19b0fb commit 0c0e092

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/htmlwidgets/lib/leaflet/leaflet.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
.leaflet-container img.leaflet-image-layer {
4949
max-width: none !important;
5050
max-height: none !important;
51+
border: none;
52+
box-shadow: none;
5153
}
5254

5355
.leaflet-container.leaflet-touch-zoom {

0 commit comments

Comments
 (0)