Hi There,
Thanks for writing in! That is a feature to prevent a user from spamming the submit button. You can change that to a pointer by adding the custom css below to your customizer:
.x-subscribe-form input[disabled] {
cursor: pointer;
}
Make sure you remove that extra closing bracket on your Custom CSS in Customizer first. Else that code would not work.
Hope it helps, Cheers!