I have built a navigation for a mobile website, but i have noticed that when i click the bar icon it shows a square background around it, and i don't know how to eliminate that. if someone knows the answer, please let me know.
here is the website so you can see what I'm telling you: https://codepen.io/-kjh97-/full/KKmmqzo it only shows the squares in mobile.
I have tried with:
.fas:focus{
outline: none;
};
but it doesn't work.