From: ysds Date: Wed, 13 Dec 2017 04:08:31 +0000 (+0900) Subject: Add docs about active menu items (#24993) X-Git-Tag: v4.0.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b771174d5ab4f1c00824dda2681e27e7286bc64;p=thirdparty%2Fbootstrap.git Add docs about active menu items (#24993) --- 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**.