Let's say I have the following simple structure on my page:
<div class="logo">
<img src="logo.jpeg" alt="logo"/>
</div>
When previewing my page in Chrome hitting cmd+A
(select all), the image block becomes highlighted. Here's a visual example:
How can I prevent selected element to not highlight like this?