Skip to content

Commit c818b3a

Browse files
committed
pointer events
1 parent ac0d49d commit c818b3a

File tree

1 file changed

+1
-0
lines changed
  • shesha-reactjs/src/designer-components/button/configurableButton

1 file changed

+1
-0
lines changed

shesha-reactjs/src/designer-components/button/configurableButton/style.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const useStyles = createStyles(({ css, cx }) => {
1717

1818
const disabled = css`
1919
cursor: not-allowed;
20+
pointer-events: none;
2021
`;
2122

2223
return {

0 commit comments

Comments
 (0)