Stricter selectors for will-change properties

This commit is contained in:
John Firebaugh 2015-02-06 15:50:24 -08:00
parent 54c712cf2b
commit e47c568a0d

4
dist/leaflet.css vendored
View File

@ -139,7 +139,7 @@
/* zoom and fade animations */ /* zoom and fade animations */
.leaflet-tile { .leaflet-fade-anim .leaflet-tile {
will-change: opacity; will-change: opacity;
} }
.leaflet-fade-anim .leaflet-popup { .leaflet-fade-anim .leaflet-popup {
@ -152,7 +152,7 @@
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup { .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1; opacity: 1;
} }
.leaflet-zoom-animated { .leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform; will-change: transform;
} }
.leaflet-zoom-anim .leaflet-zoom-animated { .leaflet-zoom-anim .leaflet-zoom-animated {