Update mapbox-gl-js to v0.21.0

This commit is contained in:
Petr Sloup 2016-08-10 11:36:09 +08:00
parent d120b46966
commit c2a18d7329
2 changed files with 324 additions and 275 deletions

View file

@ -229,6 +229,13 @@
border-bottom-right-radius: 0;
}
.mapboxgl-marker {
position: absolute;
top: 0;
left: 0;
will-change: transform;
}
.mapboxgl-crosshair,
.mapboxgl-crosshair .mapboxgl-interactive,
.mapboxgl-crosshair .mapboxgl-interactive:active {

File diff suppressed because one or more lines are too long