From 0b771174d5ab4f1c00824dda2681e27e7286bc64 Mon Sep 17 00:00:00 2001 From: ysds Date: Wed, 13 Dec 2017 13:08:31 +0900 Subject: [PATCH] Add docs about active menu items (#24993) --- docs/4.0/components/dropdowns.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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**.