Remove transition on compose box height.

The transition "all" by default also affected the transition
on the height change of the compose box which ended up making the
compose box appear to be laggy and choppy.
This commit is contained in:
Brock Whittaker
2017-02-27 15:12:22 -08:00
committed by Tim Abbott
parent f6f2c62caf
commit 2751fa44e6

View File

@@ -300,7 +300,7 @@ textarea.new_message_textarea,
border: 1px solid #ddd;
box-shadow: none;
-webkit-box-shadow: none;
transition: all 0.2s ease;
transition: border 0.2s ease;
}
textarea.new_message_textarea:focus,