Remove #map:active cursor

This causes a style recalculation that takes time linear
or worse in the number of rendered elements. Upwards of
20s in dense areas.
This commit is contained in:
John Firebaugh
2013-05-20 10:24:09 -07:00
parent 1db99586c4
commit de70b7b169

View File

@@ -888,15 +888,6 @@ text.point {
) 9 9, auto;
}
#map:active {
cursor: pointer; /* Opera */
cursor: url(img/cursor-grabbing.png) 9 9, auto; /* FF */
cursor: -webkit-image-set(
url(img/cursor-grabbing.png) 1x,
url(img/cursor-grabbing2x.png) 2x
) 9 9, auto;
}
.mode-browse .point,
.mode-select .point {
cursor: pointer; /* Opera */