Skip to content

Commit

Permalink
Fix Menu[vertical] selected item background, close ant-design#4253
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 15, 2016
1 parent d9b6ff5 commit 5b48656
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/menu/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,10 @@
}
}

&-dark&-vertical &-item-selected {
background-color: transparent;
}

&-dark&-inline &-item-selected {
background-color: @primary-color;
}
Expand Down

0 comments on commit 5b48656

Please sign in to comment.