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

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