From 4741489674e363357de9fddb3920924ab1177009 Mon Sep 17 00:00:00 2001 From: Arvinda kumar Date: Mon, 14 Jan 2019 12:17:05 +0530 Subject: [PATCH] issue fixed #20259 Store switcher not sliding up and down, only dropdown arrow working issue fixed #20259 Store switcher not sliding up and down, only dropdown arrow working --- .../Magento/blank/web/css/source/_navigation.less | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/design/frontend/Magento/blank/web/css/source/_navigation.less b/app/design/frontend/Magento/blank/web/css/source/_navigation.less index 4499886ef0f10..88d597ec0d0e7 100644 --- a/app/design/frontend/Magento/blank/web/css/source/_navigation.less +++ b/app/design/frontend/Magento/blank/web/css/source/_navigation.less @@ -135,8 +135,15 @@ .switcher-dropdown { .lib-list-reset-styles(); padding: @indent__s 0; + display: none; } - + .switcher-options{ + &.active{ + .switcher-dropdown{ + display: block; + } + } + } .header.links { .lib-list-reset-styles(); border-bottom: 1px solid @color-gray82;