We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c4020 commit 15dd073Copy full SHA for 15dd073
template/en/default/global/header.html.tmpl
@@ -348,8 +348,11 @@
348
</a>
349
</li>
350
[% IF Param('cookie_consent_enabled') && Bugzilla.cgi.cookie_consent_required %]
351
- <li role="presentation">
352
- <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">
353
+ <span class="icon" aria-hidden="true" data-icon="cookie"></span>
354
+ <span class="label" role="none">Cookies</span>
355
+ </a>
356
357
[% END %]
358
<li role="separator"></li>
0 commit comments