aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Mandel <[email protected]>2018-02-10 16:12:15 -0800
committerXhmikosR <[email protected]>2018-02-11 02:12:15 +0200
commit54a43a72479ccfbf7f5cd2568ca6d56ea7be5531 (patch)
treee87e791f7d7c7d3710babe752a5209582dcaaf0d
parenteca9c983f7c1b3097a16ec65bffa4faacfe1a2be (diff)
downloadbootstrap-54a43a72479ccfbf7f5cd2568ca6d56ea7be5531.tar.xz
bootstrap-54a43a72479ccfbf7f5cd2568ca6d56ea7be5531.zip
Remove `show` class from example code (#25570)
-rw-r--r--docs/4.0/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md
index 926899d1d..25ebae75d 100644
--- a/docs/4.0/components/dropdowns.md
+++ b/docs/4.0/components/dropdowns.md
@@ -46,7 +46,7 @@ Any single `.btn` can be turned into a dropdown toggle with some markup changes.
And with `<a>` elements:
{% 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">
Dropdown link
</a>