mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Disable a transition that crashes Safari (fixes #1188)
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user