-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP1 (5.1.4)
-
Fix Version/s: 5.1 EE SP2 (5.1.5)
-
Component/s: Themes
-
Labels:None
-
Environment:All
A drop down menu for first level children has been added to the Classic theme.
To revert to the old behavior, add the following CSS rules:
#navigation li:hover .child-menu
{ display: none; }#navigation li.hover .child-menu
{ display: none; }- is related to
-
LPS-2857 Classic theme dropdown menu for first level children
- Closed