diff --git a/src/components/button/button_display/_button_display.styles.ts b/src/components/button/button_display/_button_display.styles.ts index e89604f6e2d..3ce66f464b2 100644 --- a/src/components/button/button_display/_button_display.styles.ts +++ b/src/components/button/button_display/_button_display.styles.ts @@ -54,7 +54,6 @@ export const euiButtonDisplayStyles = (euiThemeContext: UseEuiTheme) => { // States isDisabled: css` - pointer-events: none; cursor: not-allowed; `, fullWidth: css` diff --git a/upcoming_changelogs/6323.md b/upcoming_changelogs/6323.md new file mode 100644 index 00000000000..bdf375a367b --- /dev/null +++ b/upcoming_changelogs/6323.md @@ -0,0 +1,3 @@ +**Bug fixes** + +- Fixed `EuiButton`'s cursor style when the button is disabled