提交 662b2131 编写于 作者: A afc163

Fix Menu[dark] item background, close #4414 again

上级 35d91d8d
---
order: 0
title:
title:
zh-CN: 顶部导航
en-US: Top Navigation
---
......@@ -32,7 +32,9 @@ const App = React.createClass({
},
render() {
return (
<Menu onClick={this.handleClick}
<Menu
theme="dark"
onClick={this.handleClick}
selectedKeys={[this.state.current]}
mode="horizontal"
>
......
......@@ -390,7 +390,7 @@
}
}
&-dark &-item-selected {
&&-dark &-item-selected {
background-color: transparent;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册