From 9ea83c83e97259916a1cbbb5ddbf15e966aafb6b Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Fri, 26 Dec 2014 13:26:06 -0500 Subject: [PATCH] Fixed dropup animation issue. --- less/dropdown.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/dropdown.less b/less/dropdown.less index 586a2f4d8..8cb4e25d5 100755 --- a/less/dropdown.less +++ b/less/dropdown.less @@ -287,7 +287,7 @@ } /* Add fade animation to dropdown menus */ -.open > .dropdown-menu { +.open:not(.dropup) > .dropdown-menu { animation-name: fadeAnimation; animation-duration:.7s; animation-iteration-count: 1; @@ -388,4 +388,4 @@ } } } -} \ No newline at end of file +}