Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to disable link in hmtl

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #disable #link #hmtl
ADD COMMENT
Topic
Name
3+4 =