mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
FIX: two elements should not have the same ID (#26305)
This commit is contained in:
parent
63d376c7a9
commit
42b10f802d
@ -10,7 +10,7 @@
|
||||
{{this.primaryGroup}}"
|
||||
>
|
||||
<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"}}
|
||||
</a>
|
||||
<section
|
||||
|
@ -772,6 +772,7 @@ textarea {
|
||||
}
|
||||
}
|
||||
|
||||
a#user-nav-skip-link,
|
||||
a#skip-link {
|
||||
padding: 0.25em 0.5em;
|
||||
position: fixed;
|
||||
|
Loading…
Reference in New Issue
Block a user