Skip to content

Commit

Permalink
Update focus/hover style for link-button
Browse files Browse the repository at this point in the history
To match the default browser style
  • Loading branch information
mdvorscak authored and jessebeach committed Apr 7, 2021
1 parent 9eea790 commit 288f26a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/rules/anchor-is-valid.md
Expand Up @@ -154,9 +154,8 @@ Then use styling to change its appearance to that of a link:
padding: 0;
}

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

Expand Down

0 comments on commit 288f26a

Please sign in to comment.