Remove "role="button" from hamburger nav and remove gulpfile.js from .gitignore
This commit is contained in:
parent
f2df8768c8
commit
85a6d42c00
|
@ -8,4 +8,4 @@ understrap.zip
|
|||
src
|
||||
|
||||
dist
|
||||
/gulpfile.js
|
||||
|
||||
|
|
|
@ -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()) { ?>
|
||||
|
|
Reference in New Issue