diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 93da73250e..4889c64f2f 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -7,7 +7,7 @@
Wrap the dropdown's trigger and the dropdown menu within .dropdown
, or another element that declares position: relative;
. Then add the menu's HTML.
Add a header to label sections of actions in any dropdown menu.
Add .disabled
to a <li>
in the dropdown to disable the link.