Skip to content

Commit

Permalink
Bug 1939789 - Add icon next to the 'Cookies' choice in the user drop …
Browse files Browse the repository at this point in the history
…down to be consistent with other menu choices
  • Loading branch information
dklawren committed Jan 3, 2025
1 parent 34c4020 commit 15dd073
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions template/en/default/global/header.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,11 @@
</a>
</li>
[% IF Param('cookie_consent_enabled') && Bugzilla.cgi.cookie_consent_required %]
<li role="presentation">
<a href="[% basepath FILTER none %]page.cgi?id=cookies.html" role="menuitem" tabindex="-1">Cookies</a>
<li role="none">
<a href="[% basepath FILTER none %]page.cgi?id=cookies.html" role="menuitem">
<span class="icon" aria-hidden="true" data-icon="cookie"></span>
<span class="label" role="none">Cookies</span>
</a>
</li>
[% END %]
<li role="separator"></li>
Expand Down

0 comments on commit 15dd073

Please sign in to comment.