]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #19930: update split dropup variation to include modifier 20553/head
authorMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:07:15 +0000 (19:07 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:07:15 +0000 (19:07 -0700)
docs/components/dropdowns.md

index 4511d6d323d0ede831600a70e0657561479bb658..d43f5e17d5325ae667c73b91c7353e3371970d41 100644 (file)
@@ -361,7 +361,7 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent element.
       <button type="button" class="btn btn-secondary">
         Split dropup
       </button>
-      <button type="button" class="btn btn-secondary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+      <button type="button" class="btn btn-secondary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
         <span class="sr-only">Toggle Dropdown</span>
       </button>
       <div class="dropdown-menu">