From d402183014810e418a57e08abcb34409c17829f5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 21 Jan 2018 22:40:55 -0800 Subject: [PATCH] v4.1: Add .dropdown-item-text (#22965) * Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings --- docs/4.0/components/dropdowns.md | 95 +++++++++++++++++++++----------- scss/_dropdown.scss | 7 +++ 2 files changed, 69 insertions(+), 33 deletions(-) diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index b4c70478ef..926899d1d4 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -26,7 +26,7 @@ However, Bootstrap does add built-in support for most standard keyboard menu int Wrap the dropdown's toggle (your button or link) and the dropdown menu within `.dropdown`, or another element that declares `position: relative;`. Dropdowns can be triggered from `` or `