BUG : All elements keep focus on mobile

I am having the same issue. Button works fine on desktop, but on mobile devices after the button is clicked it remains in focus and highlighted with the hover color until another screen element is clicked. Unfortunately, blur() cannot be applied to buttons, and if the button is connected to a dataset in the Editor adding an onClick() event seems to cause a conflict.