Skip to content

Commit

Permalink
fix menu #257 gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
pingan1927 committed Aug 29, 2016
1 parent d5d0323 commit 7beeee6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/menu/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
flex: 0;
}
}
&.@{subMenuPrefixCls}-item-selected {
.@{listPrefixCls}-line {
.@{listPrefixCls}-content {
color: @color-link;
}
}
}
&.@{subMenuPrefixCls}-item-disabled {
.@{listPrefixCls}-line {
.@{listPrefixCls}-content {
Expand Down

0 comments on commit 7beeee6

Please sign in to comment.