May I propose to change the pointer-events to auto for disabled button so that the the cursor: not-allowed will be shown to indicate the disabled button state?
|
@include euiButtonContentDisabled; |
|
|
|
color: $euiButtonColorDisabledText; |
|
border-color: $euiButtonColorDisabled; |
|
pointer-events: none; |
May I propose to change the
pointer-eventstoautofor disabled button so that the thecursor: not-allowedwill be shown to indicate the disabled button state?eui/src/components/button/_button.scss
Lines 39 to 43 in 34e187f