Add CSS for -webkit-tap-highlight-color, fixes #5302

This commit is contained in:
Iván Sánchez Ortega 2017-02-03 10:13:15 +01:00 committed by Per Liedman
parent ce6975057f
commit fa458e7511

6
dist/leaflet.css vendored
View File

@ -60,6 +60,12 @@
-ms-touch-action: none; -ms-touch-action: none;
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 { .leaflet-tile {
filter: inherit; filter: inherit;
visibility: hidden; visibility: hidden;