Browse Source

#630 Fixes issue with right menu border

pull/594/merge
jlukic 11 years ago
parent
commit
dc50becdc9
1 changed files with 1 additions and 1 deletions
  1. 2
      src/collections/menu.less

2
src/collections/menu.less

@ -190,7 +190,7 @@
rgba(0, 0, 0, 0.05) 100%) rgba(0, 0, 0, 0.05) 100%)
; ;
} }
.ui.menu > .menu:first-child > .item:first-child:before,
.ui.menu > .menu:not(.right):first-child > .item:first-child:before,
.ui.menu .item:first-child:before { .ui.menu .item:first-child:before {
display: none; display: none;
} }

Loading…
Cancel
Save