Browse Source
fix: Modal.confirm buttons should not be interative (#38400)
when modal is hiding
close #37329
pull/37967/merge
afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
components/modal/style/confirm.less
|
|
@ -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; |
|
|
|
} |
|
|
|
} |
|
|
|