a {
  text-decoration: none;
}
a:not([href]):not([tabindex]):not([data-handler]):not([data-request]):not([role="button"]) {
  color: inherit;
  text-decoration: none;

  &:hover,
  &:focus {
    color: inherit;
    text-decoration: none;
  }

  &:focus {
    outline: 0;
  }
}
