mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-24 00:54:03 +02:00
Don't use :active pseudo-class
It's slow (500 ms recalculate style vs 1ms).
This commit is contained in:
+1
-1
@@ -900,7 +900,7 @@ text.point {
|
||||
) 9 9, auto;
|
||||
}
|
||||
|
||||
#map:active {
|
||||
#map.panning {
|
||||
cursor: pointer; /* Opera */
|
||||
cursor: url(img/cursor-grabbing.png) 9 9, auto; /* FF */
|
||||
cursor: -webkit-image-set(
|
||||
|
||||
Reference in New Issue
Block a user