From de70b7b1696858bc1a688a25965eb706ae88b3bf Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 20 May 2013 10:24:09 -0700 Subject: [PATCH] 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. --- css/map.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/css/map.css b/css/map.css index 2455d4b91..0d2a1f498 100644 --- a/css/map.css +++ b/css/map.css @@ -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 */