FIX: two elements should not have the same ID (#26305)

This commit is contained in:
Kris 2024-03-21 17:52:43 -04:00 committed by GitHub
parent 63d376c7a9
commit 42b10f802d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{{this.primaryGroup}}" {{this.primaryGroup}}"
> >
<section class="user-main"> <section class="user-main">
<a href="#user-content" id="skip-link" class="skip-link__user-nav"> <a href="#user-content" id="user-nav-skip-link" class="skip-link__user-nav">
{{i18n "skip_user_nav"}} {{i18n "skip_user_nav"}}
</a> </a>
<section <section

View File

@ -772,6 +772,7 @@ textarea {
} }
} }
a#user-nav-skip-link,
a#skip-link { a#skip-link {
padding: 0.25em 0.5em; padding: 0.25em 0.5em;
position: fixed; position: fixed;