Fix menu hover background

This commit is contained in:
afc163
2015-08-19 18:59:08 +08:00
parent 3d975e4495
commit 733307d3de
+9
View File
@@ -214,6 +214,15 @@
}
}
&-vertical, &-horizontal {
.@{menuPrefixCls}-item:first-child {
border-radius: @border-radius-base @border-radius-base 0 0;
}
.@{menuPrefixCls}-item:last-child {
border-radius: 0 0 @border-radius-base @border-radius-base;
}
}
&-vertical&-sub {
padding: 0;
}