Skip to content

Commit

Permalink
Merge pull request #662 from mdvorscak/patch-1
Browse files Browse the repository at this point in the history
Update focus/hover style for link-button
  • Loading branch information
jessebeach committed Apr 7, 2021
2 parents 9eea790 + 2501a7f commit 7cdbe6b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/rules/anchor-is-valid.md
Expand Up @@ -153,11 +153,6 @@ Then use styling to change its appearance to that of a link:
margin: 0;
padding: 0;
}

.link-button:hover,
.link-button:focus {
text-decoration: none;
}
```

This button element can now also be used inline in text.
Expand Down

0 comments on commit 7cdbe6b

Please sign in to comment.