From 95b84a06a8aa0c771fb97974fcf845367dfe2bb0 Mon Sep 17 00:00:00 2001
From: Clement Ho <ClemMakesApps@gmail.com>
Date: Wed, 7 Jun 2017 14:51:16 -0500
Subject: [PATCH] Remove unnecessary transition

---
 app/assets/stylesheets/pages/issuable.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index a321941e0c9..75e0cd6eaa6 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -756,7 +756,6 @@
       position: -webkit-sticky;
       top: 60px;
       z-index: 200;
-      @include transition(all);
     }
   }
 }
-- 
GitLab