aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-05 15:18:18 +0300
committerXhmikosR <[email protected]>2017-10-16 07:47:47 +0300
commit0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3 (patch)
treecb636931cd3716c22596c39b64e2ccf420c5bb1d
parentd7aa5e6d93ec75ebbe35e089d8f5a8182e84655a (diff)
downloadbootstrap-0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3.tar.xz
bootstrap-0e90240b16cb3fb2e1b4df2cfb68c4c3e0b19bd3.zip
Remove empty class from search menu button.
-rw-r--r--_includes/docs-sidebar.html2
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>