This commit is contained in:
ddcat1115 2016-07-22 18:41:59 +08:00
parent 2face80716
commit 79ef6a0664
2 changed files with 10 additions and 1 deletions

View File

@ -217,6 +217,14 @@
transform: rotate(180deg) scale(0.75);
}
}
&-selected {
color: @primary-color;
> a,
> a:hover {
color: @primary-color;
}
}
}
&-horizontal {
@ -347,6 +355,7 @@
&-dark &-item:hover,
&-dark &-item-active,
&-dark &-submenu-active,
&-dark &-submenu-selected,
&-dark &-submenu:hover,
&-dark &-submenu-title:hover {
background-color: transparent;

View File

@ -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",