diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 6afbeed210..f2c2de873f 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -648,6 +648,19 @@ Put a form within a dropdown menu, or make it into a dropdown menu, and use [mar {% endexample %} +## Active menu items + +Add `.active` to items in the dropdown to **style them as active**. + +{% example html %} + + +{% endexample %} + ## Disabled menu items Add `.disabled` to items in the dropdown to **style them as disabled**.