diff --git a/src/collections/menu.less b/src/collections/menu.less index 3caef4000..8d3de8386 100755 --- a/src/collections/menu.less +++ b/src/collections/menu.less @@ -181,7 +181,7 @@ position: absolute; content: ''; top: 0%; - right: 0px; + left: 0px; width: 1px; height: 100%; background-image: linear-gradient( @@ -190,6 +190,10 @@ rgba(0, 0, 0, 0.05) 100%) ; } +.ui.menu > .menu:first-child > .item:first-child:before, +.ui.menu .item:first-child:before { + display: none; +} .ui.menu .menu.right .item:before, .ui.menu .item.right:before { right: auto;