We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa883c commit 78ce717Copy full SHA for 78ce717
demo/skip-to-list.html
@@ -7,7 +7,7 @@
7
<title>Using vue-skip-to</title>
8
9
<style>
10
- main:focus, footer:focus {
+ #main:focus, #footer:focus {
11
background-color: yellow;
12
}
13
</style>
0 commit comments