Skip to content

Commit

Permalink
Merge pull request #18820 from ant-design/fix-menu-button
Browse files Browse the repository at this point in the history
fix: Button text color inside Menu
  • Loading branch information
ycjcl868 committed Sep 16, 2019
2 parents fc81c13 + 7a964a0 commit 9ea143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/style/dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
.@{iconfont-css-prefix} {
color: @menu-dark-selected-item-icon-color;
}
span {
.@{iconfont-css-prefix} + span {
color: @menu-dark-selected-item-text-color;
}
}
Expand Down

0 comments on commit 9ea143b

Please sign in to comment.