From 672ce187066cbbfd500c48d20cfad722841b066e Mon Sep 17 00:00:00 2001 From: Thomas ZILLIOX <thomas@zilliox.me> Date: Thu, 15 Aug 2013 12:39:19 +0200 Subject: [PATCH] Remove transition on the left accordeon menu --- plugins/LeftMenu/stylesheets/theme.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less index b0507b5d66..1a3047a74e 100644 --- a/plugins/LeftMenu/stylesheets/theme.less +++ b/plugins/LeftMenu/stylesheets/theme.less @@ -35,7 +35,6 @@ min-height: 0; max-height: 0; padding: 0; - transition: max-height 1s; overflow: hidden; position: static; float: none; @@ -43,7 +42,7 @@ .Menu--dashboard > .Menu-tabList > .sfActive > ul { padding-bottom: 5px; - max-height: 1000px; + max-height: 500px; /* That's a hack for CSS transitions */ } .Menu--dashboard > .Menu-tabList li { -- GitLab