Skip to content

Commit

Permalink
fix: broken style of SubMenu[disabled], close: ant-design#6062
Browse files Browse the repository at this point in the history
  • Loading branch information
benjycui committed May 15, 2017
1 parent 1165200 commit aab3daa
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 @@ -365,6 +365,10 @@
color: @disabled-color !important;
pointer-events: none;
}
> .@{menu-prefix-cls}-submenu-title {
color: @disabled-color !important;
cursor: not-allowed;
}
}
}

Expand Down Expand Up @@ -454,5 +458,8 @@
opacity: 0.8;
color: @disabled-color-dark !important;
}
> .@{menu-prefix-cls}-submenu-title {
color: @disabled-color-dark !important;
}
}
}

0 comments on commit aab3daa

Please sign in to comment.