Skip to content

Commit

Permalink
Add CSS for -webkit-tap-highlight-color, fixes #5302
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanSanchez authored and perliedman committed Feb 7, 2017
1 parent ce69750 commit fa458e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fa458e7

Please sign in to comment.