From 56cc41ef41a6805131fb1ec2f2ee26fcfd723d70 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 31 Aug 2014 12:16:03 +0200 Subject: [PATCH] add description about the has-menu class --- developer_manual/app/css.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index 4b44a24e3..ea7fbac5b 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -92,13 +92,13 @@ The class which should be applied to a first level element (**li**) that hosts o Menus ----- -To add actions that affect the current list element you can add a menu for second and/or first level elements by adding the button and menu inside the corresponding **li** element: +To add actions that affect the current list element you can add a menu for second and/or first level elements by adding the button and menu inside the corresponding **li** element and adding the **has-menu** css class: .. code-block:: html