Blue outline around link div block, changed all states - can't figure out how to target

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:

Read-only site: https://preview.webflow.com/preview/portfolio-e2dcba?utm_medium=preview_link&utm_source=designer&utm_content=portfolio-e2dcba&preview=27e2ef7196a52a77eecf08d9d3dd13d5&mode=preview

Solved myself with CSS code:

a:focus { outline: none; } .nolink:focus { outline: 0 none !important; }
2 Likes