From 51ab8f13968c530af4744d13a26c3aa02cfc85bb Mon Sep 17 00:00:00 2001 From: Bryce Johnson Date: Tue, 20 Jun 2017 11:11:37 -0400 Subject: Remove unneccessary transition style. --- app/assets/stylesheets/framework/sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 280c0fe8c34..5cf9330b8f8 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -99,7 +99,7 @@ @include maintain-sidebar-dimensions; width: 0; padding: 0; - transition: width $sidebar-transition-duration linear; + transition: width $sidebar-transition-duration; &.right-sidebar-expanded { @include maintain-sidebar-dimensions; -- cgit v1.2.1