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

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

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