Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-05-06 01:02:05 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-05-06 01:02:05 +0300
commitcc9edff6dcc4b73aa20683dee6021d6693533743 (patch)
tree77a8ef612be5f0f214cf9aa70ab3860c59ddc466 /doc
parent143d88d5e628310824da90bb7a9706b0bdb37837 (diff)
parentaa29bd43451f18e79eacaf92af6859a08da8b5a4 (diff)
Merge branch 'droplab-item-ignore-docs' into 'master'
Include droplab-item-ignore in droplab docs See merge request !10808
Diffstat (limited to 'doc')
-rw-r--r--doc/development/fe_guide/droplab/droplab.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/fe_guide/droplab/droplab.md b/doc/development/fe_guide/droplab/droplab.md
index 8f0b6b21953..112ff3419d9 100644
--- a/doc/development/fe_guide/droplab/droplab.md
+++ b/doc/development/fe_guide/droplab/droplab.md
@@ -183,6 +183,8 @@ For example,
either by a mouse click or by enter key selection.
* The `droplab-item-active` css class is added to items that have been selected
using arrow key navigation.
+* You can add the `droplab-item-ignore` css class to any item that you do not want to be selectable. For example,
+an `<li class="divider"></li>` list divider element that should not be interactive.
## Internal events