diff --git a/components/button/style/index.less b/components/button/style/index.less index 7e0e139e16..6d671239fc 100644 --- a/components/button/style/index.less +++ b/components/button/style/index.less @@ -15,6 +15,13 @@ .btn; .btn-default; + // Make sure that the target of Button's click event always be `button` + // Ref: https://github.com/ant-design/ant-design/issues/7034 + > i, + > span { + pointer-events: none; + } + &-primary { .btn-primary;