From 8c18a36f6ecb4f7be7889a8d4a7fe163782fc7ad Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 9 Sep 2019 14:51:57 +0200 Subject: [PATCH] created docs/components/miscellaneous.md with dropdown-hover infos --- docs/_config.yml | 2 ++ docs/components/miscellaneous.md | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 docs/components/miscellaneous.md diff --git a/docs/_config.yml b/docs/_config.yml index 6285ba0d..9464dd36 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -56,6 +56,8 @@ navigation: url: components/timeline.html - title: Ribbons url: components/ribbons.html + - title: Miscellaneous + url: components/miscellaneous.html - title: Plugins url: components/plugins.html - title: JavaScript diff --git a/docs/components/miscellaneous.md b/docs/components/miscellaneous.md new file mode 100644 index 00000000..4f2389e2 --- /dev/null +++ b/docs/components/miscellaneous.md @@ -0,0 +1,13 @@ +--- +layout: page +title: Miscellaneous +--- +AdminLTE has smaller custom classes that not related to other components are listed here. + + +### Dropdown Hover +You can add the `.dropdown-hover` class beside this classes: +- `.dropdown` (to use hover for the whole dropdown menu) +- `.dropdown-menu` (to use hover on a specific menu item & sub menus) +- `.dropdown-submenu` (to use hover on a specific sub menu item & sub sub menus) + -- GitLab