Add CSS for -webkit-tap-highlight-color, fixes #5302
This commit is contained in:
parent
ce6975057f
commit
fa458e7511
6
dist/leaflet.css
vendored
6
dist/leaflet.css
vendored
@ -60,6 +60,12 @@
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.leaflet-container {
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.leaflet-container a {
|
||||
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
|
||||
}
|
||||
.leaflet-tile {
|
||||
filter: inherit;
|
||||
visibility: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user