Browse Source

Remove duplicate height definition

pull/4136/head
Tobias Kündig 8 years ago
parent
commit
31026d4b0e
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/collections/menu.less

2
src/definitions/collections/menu.less

@ -538,7 +538,6 @@ Floated Menu / Item
width: 100%;
height: @dividerSize;
background: @verticalDividerBackground;
height: 1px;
}
.ui.vertical.menu .item:first-child:before {
@ -1230,7 +1229,6 @@ Floated Menu / Item
width: 100%;
height: @dividerSize;
background: @verticalDividerBackground;
height: 1px;
}
}

Loading…
Cancel
Save