My client has bootstrap 4 css that has been butchered quite a bit.
When a button in my component is clicked (with wire:click) it stays focused which means it retains a bright blue background instead of showing the set or unset background colour that I want on the button.
Is there anyway that rendering the view can remove the browser focus on this element?