Disable a transition that crashes Safari (fixes #1188)

This commit is contained in:
John Firebaugh
2013-04-03 17:26:42 -07:00
parent c1df01cec1
commit d429b20fa9
+2 -1
View File
@@ -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;