mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 11:39:28 +08:00
Fix menu active border
This commit is contained in:
parent
e2bff100bd
commit
0e5155567c
@ -139,8 +139,6 @@
|
||||
&-vertical {
|
||||
border-right: @border-width-base @border-style-base @border-color-split;
|
||||
.@{menu-prefix-cls}-item {
|
||||
margin-left: -1px;
|
||||
left: 1px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&:after {
|
||||
@ -359,7 +357,7 @@
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
width: ~"calc(100% + 1px)";
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user