i have some trouble with my html design. Every image that i link, have a blue frame with mobile view. I'm not talking about the border, but a blue opacity frame on the image when i click.
Here's the code : <a href="Yan/index.html"><img class="charButton" src="img/yanButton.png"></a>
Simple code, and i already add border:0 & outline:0 on the css file.
How can i hide this ?