0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00

Remove show class from example code (#25570)

This commit is contained in:
Jesse Mandel 2018-02-10 16:12:15 -08:00 committed by XhmikosR
parent eca9c983f7
commit 54a43a7247

View File

@ -46,7 +46,7 @@ Any single `.btn` can be turned into a dropdown toggle with some markup changes.
And with `<a>` elements: And with `<a>` elements:
{% example html %} {% example html %}
<div class="dropdown show"> <div class="dropdown">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown link Dropdown link
</a> </a>