mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
fix: Modal.confirm buttons should not be interative (#38400)
when modal is hiding close #37329
This commit is contained in:
parent
45b078a1ad
commit
f835c4bcc3
@ -71,4 +71,9 @@
|
||||
&-success &-body > .@{iconfont-css-prefix} {
|
||||
color: @success-color;
|
||||
}
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/37329
|
||||
.@{ant-prefix}-zoom-leave .@{confirm-prefix-cls}-btns {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user