mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 10:03:29 +00:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user