diff options
| author | Jesse Mandel <[email protected]> | 2018-02-10 16:12:15 -0800 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-02-11 02:12:15 +0200 |
| commit | 54a43a72479ccfbf7f5cd2568ca6d56ea7be5531 (patch) | |
| tree | e87e791f7d7c7d3710babe752a5209582dcaaf0d /docs | |
| parent | eca9c983f7c1b3097a16ec65bffa4faacfe1a2be (diff) | |
| download | bootstrap-54a43a72479ccfbf7f5cd2568ca6d56ea7be5531.tar.xz bootstrap-54a43a72479ccfbf7f5cd2568ca6d56ea7be5531.zip | |
Remove `show` class from example code (#25570)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/components/dropdowns.md | 2 |
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> |
