Skip to content

Commit

Permalink
[EuiButton] Remove pointer-events:none on disabled buttons (#6323)
Browse files Browse the repository at this point in the history
* remove pointer-events:none on disabled buttons

* changelog
  • Loading branch information
chandlerprall authored Oct 25, 2022
1 parent 4c3107a commit bf47e99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const euiButtonDisplayStyles = (euiThemeContext: UseEuiTheme) => {

// States
isDisabled: css`
pointer-events: none;
cursor: not-allowed;
`,
fullWidth: css`
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6323.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed `EuiButton`'s cursor style when the button is disabled

0 comments on commit bf47e99

Please sign in to comment.