From 72cdf07b6a64ef1fbdd726990d9206e98504b3f0 Mon Sep 17 00:00:00 2001 From: samanpwbb Date: Tue, 10 Feb 2015 11:51:01 -0500 Subject: [PATCH] remove more transitions --- css/app.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/app.css b/css/app.css index e3d2e162b..a89f4d4c7 100644 --- a/css/app.css +++ b/css/app.css @@ -350,11 +350,6 @@ button { display: inline-block; height:40px; border-radius:4px; - /* Crashes Safari: https://github.com/openstreetmap/iD/issues/1188 */ - /*-webkit-transition: all 100ms;*/ - -moz-transition: all 100ms; - -o-transition: all 100ms; - transition: all 100ms; } button:focus,