diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-20 07:38:28 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2017-04-20 07:38:28 +0000 |
commit | aa29bd43451f18e79eacaf92af6859a08da8b5a4 (patch) | |
tree | ba6a878890837a7ad6384a359454b30ab8d375ca /doc | |
parent | 08b2e7cd8f69603075edcb93a6a66b6407beb700 (diff) | |
download | gitlab-ce-aa29bd43451f18e79eacaf92af6859a08da8b5a4.tar.gz |
Include droplab-item-ignore in droplab docsdroplab-item-ignore-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/fe_guide/droplab/droplab.md | 2 |
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 |