Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3317d04a
Commit
3317d04a
authored
9 years ago
by
Patrick H. Lauke
Browse files
Options
Download
Email Patches
Plain Diff
Add missing aria attributes to main site navigation menu toggle
parent
d0d9183a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/nav-home.html
+1
-1
docs/_includes/nav-home.html
with
1 addition
and
1 deletion
+1
-1
docs/_includes/nav-home.html
+
1
-
1
View file @
3317d04a
...
...
@@ -25,7 +25,7 @@
{% endcomment %}
<div
class=
"clearfix"
>
<button
class=
"navbar-toggler pull-xs-right hidden-sm-up"
type=
"button"
data-toggle=
"collapse"
data-target=
"#bd-main-nav"
>
<button
class=
"navbar-toggler pull-xs-right hidden-sm-up"
type=
"button"
data-toggle=
"collapse"
data-target=
"#bd-main-nav"
aria-controls=
"bd-main-nav"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
☰
</button>
<a
class=
"navbar-brand hidden-sm-up"
href=
"{{ site.baseurl }}/"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment