Skip to content

Commit 7cdbe6b

Browse files
authored
Merge pull request #662 from mdvorscak/patch-1
Update focus/hover style for link-button
2 parents 9eea790 + 2501a7f commit 7cdbe6b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/rules/anchor-is-valid.md

-5
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ Then use styling to change its appearance to that of a link:
153153
margin: 0;
154154
padding: 0;
155155
}
156-
157-
.link-button:hover,
158-
.link-button:focus {
159-
text-decoration: none;
160-
}
161156
```
162157

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

0 commit comments

Comments
 (0)