Skip to content

Commit 8da4882

Browse files
Update _mobilemenu.scss
1 parent b6343a0 commit 8da4882

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

astroid/astroid-framework/assets/vendor/astroid/scss/_mobilemenu.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,23 @@ $menu-indicator-width: 60px !default;
103103
}
104104
}
105105

106+
.menu-item.nav-item-divider.nav-item-parent {
107+
position: relative;
108+
109+
a.item-link-separator~.menu-indicator {
110+
&:before {
111+
position: absolute;
112+
content: '';
113+
width: 100%;
114+
height: 100%;
115+
top: 0;
116+
left: 0;
117+
}
118+
119+
border-left: 0;
120+
}
121+
}
122+
106123
.menu-item .menu-indicator {
107124
width: $menu-indicator-width;
108125
text-align: center;

0 commit comments

Comments
 (0)