https://bugzilla.wikimedia.org/show_bug.cgi?id=38114

--- Comment #13 from Antoine "hashar" Musso <[email protected]> ---
The color alternance is applied by using a CSS selector :nth-child(odd) and
:nth-child(even) on each of the table rows (tr). That is done via the
.tableChange class.

On a user dashboard view, the section headers and their changes are all part of
the same global table which apply the .tableChange class.

Given a previous section can get an odd or even number of changes, the first
change in a section can in turn be either odd or even. Thus we could have the
first change of a section to receive the same color as the header :(

We might want to pick a different color to differentiate changes/headers or
have the bug fixed upstream.  Like pink for headers.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to