diff options
| author | XhmikosR <[email protected]> | 2017-10-05 15:18:18 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-16 07:47:47 +0300 |
| commit | 0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3 (patch) | |
| tree | cb636931cd3716c22596c39b64e2ccf420c5bb1d /_includes | |
| parent | d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a (diff) | |
| download | bootstrap-0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3.tar.xz bootstrap-0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3.zip | |
Remove empty class from search menu button.
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/docs-sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-sidebar.html b/_includes/docs-sidebar.html index d23e033b6..24c1a8b2a 100644 --- a/_includes/docs-sidebar.html +++ b/_includes/docs-sidebar.html @@ -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> |
