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;
}

Comments

Popular posts from this blog

SharePoint 2013: Error updating managed account credentials

Error deploying Nintex workflow: An item with the same key has already been added