Hey guys,
There is a blue outline appears after clicking on a link block and scroll off it. I have already changes all possible states of that div block. See screenshot:
Solved myself with CSS code:
a:focus { outline: none; } .nolink:focus { outline: 0 none !important; }
2 Likes