Opened 16 years ago
Closed 16 years ago
#1692 closed defect (bug) (fixed)
BuddyBar - Second level menu doesn't open onmouseover for member blogs
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2 | Priority: | minor |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
On testbp.org, if you are on a member blog, the BuddyBar doesn't display any second-level menu.
No time for a patch, but I've found that the problem resides in /bp-core/css/admin-bar-css.fallback.css.
Change line 157:
#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
to:
#wp-admin-bar ul li:hover ul, #wp-admin-bar ul li ul li:hover ul, #wp-admin-bar ul li.sfhover ul, #wp-admin-bar ul li ul li.sfhover ul { /* lists nested under hovered list items */
Note: See
TracTickets for help on using
tickets.
(In [2469]) Fixes #1692 props r-a-y