mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
Fix root menu hover bug
This commit is contained in:
parent
e2ceed2dc6
commit
13fd2d8b46
@ -215,11 +215,13 @@
|
||||
}
|
||||
|
||||
&-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;
|
||||
.@{menuPrefixCls}-submenu {
|
||||
.@{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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user