Skip to content

Commit

Permalink
fix(Button): remove useless pointer-events style for icon content
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Jun 14, 2024
1 parent 6eca546 commit 7414150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ $block: '.#{variables.$ns}button';
);
width: var(--g-button-height, var(--_--height));
height: var(--g-button-height, var(--_--height));
pointer-events: none;

&::after {
content: '\00a0';
Expand Down

0 comments on commit 7414150

Please sign in to comment.