Skip to content

Commit

Permalink
🐛 fix menu link color inside badge (#19810)
Browse files Browse the repository at this point in the history
close #19809
  • Loading branch information
afc163 committed Nov 19, 2019
1 parent 26648cc commit 69549a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions components/menu/style/index.less
Expand Up @@ -74,6 +74,14 @@
}
}

// https://github.com/ant-design/ant-design/issues/19809
&-item > .@{ant-prefix}-badge > a {
color: @menu-item-color;
&:hover {
color: @menu-highlight-color;
}
}

&-item-divider {
height: 1px;
overflow: hidden;
Expand Down

0 comments on commit 69549a8

Please sign in to comment.