From d429b20fa99e44e74ad8859f1dd6bf8415bec8dc Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 3 Apr 2013 17:26:42 -0700 Subject: [PATCH] Disable a transition that crashes Safari (fixes #1188) --- css/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index bcba11599..cbec945d5 100644 --- a/css/app.css +++ b/css/app.css @@ -333,7 +333,8 @@ button { display: inline-block; height:40px; border-radius:4px; - -webkit-transition: all 100ms; + /* Crashes Safari: https://github.com/systemed/iD/issues/1188 */ + /*-webkit-transition: all 100ms;*/ -moz-transition: all 100ms; -o-transition: all 100ms; transition: all 100ms;