#4460 closed defect (bug) (fixed)
BuddyPress Trac's header doesn't apply the right style
Reported by: | imath | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | buddypress.org | Keywords: | has-screenshots has-patch |
Cc: |
Description
Hi,
It's been a while the https://buddypress.trac.wordpress.org/ header looks like the screen capture beneath :
- The BuddyPress logo seems to be missing,
- The nav's style seems to be missing.
They are actually there ! But the Trac software is adding its own style to the header and it make them disappear. Here's the code that is messing (line 237 of https://s.w.org/style/trac/common/css/trac.css?v=117):
#header :link, #header :visited, #header :link:hover, #header :visited:hover { background: transparent; color: #555; margin-bottom: 2px; border: none; padding: 0; }
Attached to this ticket is the patch I suggest to fix the issue on trac's header so that it looks like the screen capture below :
Thanks a lot for your time.
Attachments (1)
Change History (10)
Note: See
TracTickets for help on using
tickets.
In 8839: