Skip to content

Commit

Permalink
fix(comp:button): pointer events sholud be none when disabled (#1744)
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Nov 28, 2023
1 parent d76dcda commit 2ca124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/button/style/index.less
Expand Up @@ -245,6 +245,7 @@

&-disabled {
cursor: not-allowed;
pointer-events: none;

&,
&:hover,
Expand Down

0 comments on commit 2ca124d

Please sign in to comment.