diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-19 20:31:10 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-19 20:31:10 +0100 |
| commit | c0970b99fda53c6ea10360c8b8f6e5ac8b79197a (patch) | |
| tree | 84de5c9541f1313ecd3b9d8e96302e9203e91c71 /templates/header.php | |
| parent | 9d47e26ddb8886429c5d4ce04095b4f1c99bb204 (diff) | |
changes according to review, untested - will test tomorrowbiest-6360
Diffstat (limited to 'templates/header.php')
| -rw-r--r-- | templates/header.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/header.php b/templates/header.php index 275fc1f..cb16a6c 100644 --- a/templates/header.php +++ b/templates/header.php @@ -218,7 +218,11 @@ if ($navigation) { <? endforeach; ?> <li class="overflow"> <input type="checkbox" id="header-sink"> - <button class="as-link" aria-controls="header-sink" id="header-sink-toggle"> + <button class="as-link" + aria-controls="header-sink-list" + aria-expanded="false" + data-toggles="#header-sink" + > <?= Icon::create('action', 'navigation')->asImg(32, [ 'class' => 'headericon original', 'title' => '', @@ -229,7 +233,7 @@ if ($navigation) { </div> </button> - <ul aria-expanded="false"> + <ul id="header-sink-list"> <? foreach ($header_nav['hidden'] as $path => $nav) : ?> <?= $this->render_partial( 'header-navigation-item.php', |
