Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical Menu Item specifies divider height twice #3781

Closed
srissel opened this issue Mar 3, 2016 · 1 comment
Closed

Vertical Menu Item specifies divider height twice #3781

srissel opened this issue Mar 3, 2016 · 1 comment
Milestone

Comments

@srissel
Copy link

srissel commented Mar 3, 2016

Just a small bug:
In Semantic UI's vertical menu, the divider height is specified twice:

  • once using variable @dividerSize
  • and absolutely: 1px

Menu.less, line 533:

.ui.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  height: @dividerSize;
  background: @verticalDividerBackground;
  height: 1px;
}

Kind regards,
Sascha.

@jlukic jlukic added this to the 2.1.9 milestone Mar 4, 2016
@jlukic
Copy link
Member

jlukic commented Mar 4, 2016

Thanks this is a bug.

@jlukic jlukic closed this as completed Mar 7, 2016
@jlukic jlukic modified the milestones: 2.1.9, 2.2 May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants