From 5bfc7a6f807b202cdbb8d2199e42aeaf05a54aa3 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 31 Dec 2016 03:37:39 +0530 Subject: [PATCH] fix collapse animation perf --- src/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style.css b/src/style.css index bafb76f..cec0aa8 100644 --- a/src/style.css +++ b/src/style.css @@ -161,7 +161,6 @@ select, input[type="text"], textarea { } .is-minimized .code-wrap__header .caret { opacity: 0; - transform: translateY(10px); } .code-wrap__header-btn { width: 18px;