mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Remove empty class from search menu button.
This commit is contained in:
parent
d7aa5e6d93
commit
0e90240b16
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user