How to remove hover built in hover effect for buttons

How do I remove the built in hover effect on the buttons?

image

Probably via themes; look for the ::hover meta selector.

You can create a style class with element state.
set box-shadow to none !important will get rid of the default boxshadow effect

1 Like