From ffcfc61b01f436f2bf244b3ce9924f10dd2f1594 Mon Sep 17 00:00:00 2001 From: Mike Dvorscak Date: Fri, 31 Jan 2020 14:18:52 -0600 Subject: [PATCH] Update focus/hover style for link-button To match the default browser style --- docs/rules/anchor-is-valid.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 +```