mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
Merge branch 'master' into develop-0.11.0
This commit is contained in:
commit
0690e7137d
@ -31,7 +31,7 @@ const App = React.createClass({
|
||||
<Menu.Item key="mail">
|
||||
<Icon type="mail" />导航一
|
||||
</Menu.Item>
|
||||
<Menu.Item key="app">
|
||||
<Menu.Item key="app" disabled>
|
||||
<Icon type="appstore" />导航二
|
||||
</Menu.Item>
|
||||
<SubMenu title={<span><Icon type="setting" />导航 - 子菜单</span>}>
|
||||
|
@ -100,6 +100,7 @@
|
||||
&.@{menu-prefix-cls}-item-disabled,
|
||||
&.@{menu-prefix-cls}-submenu-disabled {
|
||||
color: #999 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
& > &-item-divider {
|
||||
|
Loading…
Reference in New Issue
Block a user