Skip to content

Commit

Permalink
Remove the link-button focus css from the anchor-is-valid doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach committed Apr 7, 2021
1 parent 288f26a commit 2501a7f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/rules/anchor-is-valid.md
Expand Up @@ -153,10 +153,6 @@ Then use styling to change its appearance to that of a link:
margin: 0;
padding: 0;
}

.link-button:focus {
text-decoration: thin dotted;
}
```

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

0 comments on commit 2501a7f

Please sign in to comment.