How to disable default events of anchor tag using CSS?
.not-active { pointer-events: none; cursor: default; text-decoration: none; color: black; }
All about technologies
How to disable default events of anchor tag using CSS?
.not-active { pointer-events: none; cursor: default; text-decoration: none; color: black; }