Skip to content

Commit 15dd073

Browse files
committed
Bug 1939789 - Add icon next to the 'Cookies' choice in the user drop down to be consistent with other menu choices
1 parent 34c4020 commit 15dd073

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: template/en/default/global/header.html.tmpl

+5-2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,11 @@
348348
</a>
349349
</li>
350350
[% 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>
351+
<li role="none">
352+
<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>
353356
</li>
354357
[% END %]
355358
<li role="separator"></li>

0 commit comments

Comments
 (0)