The answer is already in the comments of the question. For more visibility, I am copying this solution here:
.not-active {
pointer-events: none;
cursor: default;
text-decoration:none;
color:black;
}
<a href="link.html" class="not-active">Link</a>
0 nhận xét: