Browse Source

Fix disabled button event bubble

close #1541

ref http://stackoverflow.com/a/17877723
pull/1548/head
afc163 9 years ago
parent
commit
e071fc4aa9
  1. 3
      components/button/style/mixin.less

3
components/button/style/mixin.less

@ -107,6 +107,9 @@
&.disabled,
&[disabled] {
cursor: @cursor-disabled;
> * {
pointer-events: none;
}
}
&-lg {

Loading…
Cancel
Save