From 9d7709e7dcfa666e6e7fa0ec1b572873a3f9526d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 28 Jul 2015 17:58:43 +0930 Subject: [PATCH] Only style mobile dropdown menus differently if they're within a dropdown --- framework/core/less/lib/Dropdown.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/core/less/lib/Dropdown.less b/framework/core/less/lib/Dropdown.less index e6824e63c..e5f10a1e7 100755 --- a/framework/core/less/lib/Dropdown.less +++ b/framework/core/less/lib/Dropdown.less @@ -145,7 +145,7 @@ .Dropdown.open { z-index: @zindex-modal; } - .Dropdown-menu { + .Dropdown .Dropdown-menu { margin: 0; position: fixed; left: 0 !important; @@ -191,7 +191,7 @@ } } } - .open & { + .open& { -webkit-transform: none; transform: none; visibility: visible;