mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-27 13:46:18 +10:00
Fix menu hover background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user