Remove "role="button" from hamburger nav and remove gulpfile.js from .gitignore

This commit is contained in:
koenemann 2016-11-04 09:40:40 +01:00
parent f2df8768c8
commit 85a6d42c00
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,4 +8,4 @@ understrap.zip
src
dist
/gulpfile.js

View File

@ -37,7 +37,7 @@
<div class="navbar-header">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button class="navbar-toggler hidden-sm-up" type="button" role="button" data-toggle="collapse" data-target=".exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation"></button>
<button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target=".exCollapsingNavbar" aria-controls="exCollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation"></button>
<!-- Your site title as branding in the menu -->
<?php if (!has_custom_logo()) { ?>