fix vertical menu item border radius

This commit is contained in:
afc163 2017-07-12 16:43:40 +08:00
parent 43bf6c4846
commit 46ffda9c93

View File

@ -155,6 +155,9 @@
> .@{menu-prefix-cls}-item-group:last-child > .@{menu-prefix-cls}-item-group-list:last-child > .@{menu-prefix-cls}-item:last-child {
border-radius: 0 0 @border-radius-base @border-radius-base;
}
> .@{menu-prefix-cls}-item:only-child {
border-radius: @border-radius-base;
}
}
&-inline {