]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove `show` class from example code (#25570)
authorJesse Mandel <jesse.mandel@gmail.com>
Sun, 11 Feb 2018 00:12:15 +0000 (16:12 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 11 Feb 2018 00:12:15 +0000 (02:12 +0200)
docs/4.0/components/dropdowns.md

index 926899d1d40ce2b583f1d0e761026dfc055fd735..25ebae75db14bb605b0b5d432e360896887e2a78 100644 (file)
@@ -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>