Skip to content

Commit

Permalink
Remove empty class from search menu button.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 16, 2017
1 parent d7aa5e6 commit 0e90240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/docs-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<form class="bd-search d-flex align-items-center">
<input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off">
<button class="btn btn-link bd-search-docs-toggle d-md-none p-0 ml-3" type="button" data-toggle="collapse" data-target="#bd-docs-nav" aria-controls="bd-docs-nav" aria-expanded="false" aria-label="Toggle docs navigation">
{% include icons/menu.svg class="" width="30" height="30" %}
{% include icons/menu.svg width="30" height="30" %}
</button>
</form>

Expand Down

0 comments on commit 0e90240

Please sign in to comment.