Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 8cbb682

Browse files
authored
Fix #8145: Button icon remove pointer events (#8147)
1 parent 3b25276 commit 8cbb682

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

components/lib/componentbase/ComponentBase.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ const buttonStyles = `
4040
flex: 1 1 auto;
4141
}
4242
43+
.p-button-icon {
44+
pointer-events: none;
45+
}
46+
4347
.p-button-icon-right {
4448
order: 1;
4549
}

0 commit comments

Comments
 (0)