From 662b213137a42f761676a3fb142095fd31942745 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 30 Dec 2016 13:16:30 +0800 Subject: [PATCH] Fix Menu[dark] item background, close #4414 again --- components/menu/demo/horizontal.md | 6 ++++-- components/menu/style/index.less | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/components/menu/demo/horizontal.md b/components/menu/demo/horizontal.md index 53b580a3af..05a30295ee 100755 --- a/components/menu/demo/horizontal.md +++ b/components/menu/demo/horizontal.md @@ -1,6 +1,6 @@ --- order: 0 -title: +title: zh-CN: 顶部导航 en-US: Top Navigation --- @@ -32,7 +32,9 @@ const App = React.createClass({ }, render() { return ( - diff --git a/components/menu/style/index.less b/components/menu/style/index.less index f0e69b8a63..5faad0d0ac 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -390,7 +390,7 @@ } } - &-dark &-item-selected { + &&-dark &-item-selected { background-color: transparent; } -- GitLab