We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just a small bug: In Semantic UI's vertical menu, the divider height is specified twice:
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.
The text was updated successfully, but these errors were encountered:
Thanks this is a bug.
Sorry, something went wrong.
Fix #3781 - Variable not being used correctly in menu
00350a8
No branches or pull requests
Just a small bug:
In Semantic UI's vertical menu, the divider height is specified twice:
Menu.less, line 533:
Kind regards,
Sascha.
The text was updated successfully, but these errors were encountered: