From 2501a7f92f2b892d177b2cb9bdb988f093e4b111 Mon Sep 17 00:00:00 2001 From: Jesse Renee Beach Date: Tue, 6 Apr 2021 17:41:35 -0700 Subject: [PATCH] Remove the link-button focus css from the anchor-is-valid doc --- docs/rules/anchor-is-valid.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/rules/anchor-is-valid.md b/docs/rules/anchor-is-valid.md index 78d22faa3..b86f46b9e 100644 --- a/docs/rules/anchor-is-valid.md +++ b/docs/rules/anchor-is-valid.md @@ -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.