CSS: How do I disable an anchor?
I did not know it could be this easy. I was using an angular directive (a-disabled), but there is a simple css operator to the perform the same function .disableClick{ pointer-events: none; }
A blog about interesting stuff that I want to remember, but am too lazy to write down.