summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-20 07:38:28 +0000
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-20 07:38:28 +0000
commitaa29bd43451f18e79eacaf92af6859a08da8b5a4 (patch)
treeba6a878890837a7ad6384a359454b30ab8d375ca
parent08b2e7cd8f69603075edcb93a6a66b6407beb700 (diff)
downloadgitlab-ce-droplab-item-ignore-docs.tar.gz
Include droplab-item-ignore in droplab docsdroplab-item-ignore-docs
-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