Skip to content

Vertical Menu Item specifies divider height twice #3781

Closed
@srissel

Description

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.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions