Change mouse::Interaction for button and other widget

I wonder if currently it is possible to change the mouse::Interaction when the mouse is hovering over a button.

I’d like to create a Button style that maintains the mouse::Interaction::default even when the mouse is hovering over the button.

Right now the only solution that I found is to fork the Button implementation and change this single behavior but it doesn’t seem very clever.