matias2
8/26/2019 - 2:49 PM

Deshabilitar link

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

<a class="isDisabled" href="https://decano.com">Disabled Link</a>