diff --git a/components/menu/style/index.less b/components/menu/style/index.less index 54add3ebe8..29870504cc 100644 --- a/components/menu/style/index.less +++ b/components/menu/style/index.less @@ -219,6 +219,13 @@ } } + &-vertical &-submenu-selected { + color: @primary-color; + > a { + color: @primary-color; + } + } + &-horizontal { border: 0; border-bottom: 1px solid @border-color-split; @@ -347,6 +354,7 @@ &-dark &-item:hover, &-dark &-item-active, &-dark &-submenu-active, + &-dark &-submenu-selected, &-dark &-submenu:hover, &-dark &-submenu-title:hover { background-color: transparent; diff --git a/package.json b/package.json index fb4abb59a0..dfa557cc26 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "rc-dropdown": "~1.4.8", "rc-form": "~0.17.1", "rc-input-number": "~2.5.12", - "rc-menu": "~4.12.4", + "rc-menu": "~4.13.0", "rc-notification": "~1.3.4", "rc-pagination": "~1.5.3", "rc-progress": "~1.0.4",