Skip to content

Commit

Permalink
Remove aria-hidden link from tab index
Browse files Browse the repository at this point in the history
  • Loading branch information
barrymcgee committed Jan 8, 2021
1 parent cd77ab1 commit 8a7bfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<header class="container-xl px-3 px-md-6 pt-3 pb-2 position-relative d-flex flex-justify-between width-full {% if error == '404' %} d-md-none {% endif %}">

<div class="d-flex flex-items-center d-lg-none" style="z-index: 3;" id="github-logo-mobile">
<a href="/{{ currentLanguage }}" aria-hidden="true">
<a href="/{{ currentLanguage }}" aria-hidden="true" tabindex="-1">
{% octicon "mark-github" height="32" class="text-black" %}
</a>
<a href="/{{ currentLanguage }}" class="h4-mktg text-gray-dark no-underline no-wrap pl-2">{% data ui.header.github_docs %}</a>
Expand Down
2 changes: 1 addition & 1 deletion includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="sidebar d-none d-lg-block">

<div class="d-flex flex-items-center p-4 position-sticky top-0 sidebar-background-color" style="z-index: 3;" id="github-logo">
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true">
<a href="/{{ currentLanguage }}" class="text-white" aria-hidden="true" tabindex="-1">
{% octicon "mark-github" height="32" %}
</a>
<a href="/{{ currentLanguage }}" class="h4-mktg text-white no-underline no-wrap pl-2 flex-auto">{% data ui.header.github_docs %}</a>
Expand Down

0 comments on commit 8a7bfac

Please sign in to comment.