mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-05 23:46:28 +08:00
fix vertical menu item border radius
This commit is contained in:
parent
43bf6c4846
commit
46ffda9c93
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user