Browse Source

Add display rule to fix Edge ignoring pointer-events (#12712)

pull/12744/head
dazbo 6 years ago
committed by Wei Zhu
parent
commit
f24917bb5f
  1. 1
      components/button/style/index.less

1
components/button/style/index.less

@ -21,6 +21,7 @@
> i,
> span {
pointer-events: none;
display: inline-block;
}
&-primary {

Loading…
Cancel
Save