diff --git a/docs/rules/anchor-is-valid.md b/docs/rules/anchor-is-valid.md index afbfb15bd..0b3808c21 100644 --- a/docs/rules/anchor-is-valid.md +++ b/docs/rules/anchor-is-valid.md @@ -118,9 +118,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; } ``` @@ -221,4 +220,4 @@ Invalid `href` attribute: -``` \ No newline at end of file +```