Skip to content

Commit 546db01

Browse files
committed
chore: show skip-to visible when focus and hover
1 parent d6fd03a commit 546db01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueSkipTo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default {
5656
border-width: 0;
5757
}
5858
59-
.vue-skip-to:focus {
59+
.vue-skip-to:focus, .vue-skip-to:hover {
6060
left: 0;
6161
top: 0;
6262
clip: auto;

0 commit comments

Comments
 (0)