THE ISSUE:
Facing a problem in my project where on mobile, when a button is selected and then unselected, it remains dark due to focus which can be confusing. To see the issue in action, check out this screen recording: Screen recording
You can view the deployed page here:
MY GOAL:
I aim to change the button focused styling so that it is more clear that the button is in focus and not actually selected.
WHAT I'VE EXPLORED:
I have attempted various solutions listed in this thread: bootstrap button shows blue outline when clicked.