mirror of https://github.com/ColorlibHQ/AdminLTE
created docs/components/miscellaneous.md with dropdown-hover infos
parent
26741a95c5
commit
8c18a36f6e
|
@ -56,6 +56,8 @@ navigation:
|
||||||
url: components/timeline.html
|
url: components/timeline.html
|
||||||
- title: Ribbons
|
- title: Ribbons
|
||||||
url: components/ribbons.html
|
url: components/ribbons.html
|
||||||
|
- title: Miscellaneous
|
||||||
|
url: components/miscellaneous.html
|
||||||
- title: Plugins
|
- title: Plugins
|
||||||
url: components/plugins.html
|
url: components/plugins.html
|
||||||
- title: JavaScript
|
- title: JavaScript
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue