mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
🐛 fix Menu inlineCollpsed title (#22182)
when set getPopupContainer to trigger node close #22180
This commit is contained in:
parent
e2029e398e
commit
b1189097c7
@ -520,6 +520,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&-tooltip {
|
||||
pointer-events: none;
|
||||
.@{iconfont-css-prefix} {
|
||||
@ -537,9 +542,6 @@
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.anticon {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
&-item-group-list {
|
||||
|
Loading…
Reference in New Issue
Block a user