[wp-meta] [Making WordPress.org] #4460: BuddyPress Trac's header doesn't apply the right style
Making WordPress.org
noreply at wordpress.org
Sat May 18 13:07:02 UTC 2019
#4460: BuddyPress Trac's header doesn't apply the right style
----------------------------+---------------------------------------
Reporter: imath | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: buddypress.org | Keywords: has-screenshots has-patch
----------------------------+---------------------------------------
Hi,
It's been a while the https://buddypress.trac.wordpress.org/ header looks
like the screen capture beneath :
[[Image(https://cldup.com/OFU_m6fwoP.png)]]
- 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 :
[[Image(https://cldup.com/FvTeFxn7GM.png)]]
Thanks a lot for your time.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4460>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list