From c338148295f387b5c9a5540dab253e7bcc79803a Mon Sep 17 00:00:00 2001 From: jlukic Date: Thu, 20 Feb 2014 21:20:40 -0500 Subject: [PATCH] Fixes #630 Moves menu border to left side, removes on first-child --- src/collections/menu.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;