Skip to content

Commit 288f26a

Browse files
mdvorscakjessebeach
authored andcommitted
Update focus/hover style for link-button
To match the default browser style
1 parent 9eea790 commit 288f26a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/rules/anchor-is-valid.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ Then use styling to change its appearance to that of a link:
154154
padding: 0;
155155
}
156156

157-
.link-button:hover,
158157
.link-button:focus {
159-
text-decoration: none;
158+
text-decoration: thin dotted;
160159
}
161160
```
162161

0 commit comments

Comments
 (0)