From 8da4882eda0f231055908e7c9f2f9b459f4bf7eb Mon Sep 17 00:00:00 2001 From: Hitesh Aggarwal Date: Tue, 29 Sep 2020 19:01:54 +0530 Subject: [PATCH] Update _mobilemenu.scss --- .../assets/vendor/astroid/scss/_mobilemenu.scss | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/astroid/astroid-framework/assets/vendor/astroid/scss/_mobilemenu.scss b/astroid/astroid-framework/assets/vendor/astroid/scss/_mobilemenu.scss index 0eff755f..0c6abde3 100644 --- a/astroid/astroid-framework/assets/vendor/astroid/scss/_mobilemenu.scss +++ b/astroid/astroid-framework/assets/vendor/astroid/scss/_mobilemenu.scss @@ -103,6 +103,23 @@ $menu-indicator-width: 60px !default; } } + .menu-item.nav-item-divider.nav-item-parent { + position: relative; + + a.item-link-separator~.menu-indicator { + &:before { + position: absolute; + content: ''; + width: 100%; + height: 100%; + top: 0; + left: 0; + } + + border-left: 0; + } + } + .menu-item .menu-indicator { width: $menu-indicator-width; text-align: center;