mirror of
https://github.com/matrix-org/matrix.org.git
synced 2026-01-16 23:13:50 +00:00
Add id to drop-down button
Signed-off-by: Jack S. <181536874+awtj8o81ryywg793@users.noreply.github.com>
This commit is contained in:
parent
c7d21e4d3b
commit
0e21e5f072
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<img src="/images/matrix-logo-white.svg" alt="Matrix logo">
|
||||
</a>
|
||||
<input id="site-header-dropdown-checkbox" type="checkbox" class="dropdown-checkbox" aria-hidden="true">
|
||||
<label for="site-header-dropdown-checkbox" class="dropdown-button"></label>
|
||||
<label for="site-header-dropdown-checkbox" id="dropdown-button" class="dropdown-button"></label>
|
||||
<label for="site-header-dropdown-checkbox" class="page-overlay"></label>
|
||||
<nav>
|
||||
{% for link in navigation.header %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue