From 2751fa44e6597409dbded1dbeaa903ddcf1d3a2c Mon Sep 17 00:00:00 2001 From: Brock Whittaker Date: Mon, 27 Feb 2017 15:12:22 -0800 Subject: [PATCH] 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. --- static/styles/compose.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/compose.css b/static/styles/compose.css index f2c6e24165..280e35792b 100644 --- a/static/styles/compose.css +++ b/static/styles/compose.css @@ -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,