-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Reduce the contrast in the banding of tables #2749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Taking a few minutes to think about this, the approaches I can come up with are:
And... that's the order of preference I have for them as well (i.e. reducing the contrast being my personally preferred option). |
Can we land one of those, and move forward on this? |
The two PRs got comments from a few people, without clear consensus in my opinion. Alternatively, a confident core dev could decide that if main docs don’t have stripes, PEPs don’t need stripes, and go merge that PR. |
I don't think tweaking colors to be better, should need a discourse discussion -- #2740 (comment). Zebra stripes vs borders etc is a discussion I'm not interested in personally, so I won't be poking that forward -- IMO changing the complete presentation style of tables should not be a blocker to improving colors to make them more readable. |
IMO, I'm not sure it would be entirely appropriate for another Python core dev to to swoop in and take unilateral action on an meta issue like that amidst ongoing discussion amongst the maintainers of this repository, as opposed to offering their opinion, suggestions and seeking to build consensus, which would of course be much appreciated.
Seems 👍 to me, I don't think anyone disagrees the current colors are too strong; #2740 effectively reverts to the status quo before the regression introduced in #2691 which made them that way, and the status quo wins in a stalemate (for now). To be clear, I'm not against #2734 , if that's where the consensus leads, but it is a bigger change that may need some further discussion, iteration and refinement, which suggests we should just fix the regression first and then have discussion rather than blocking on it. |
Currently, the constrast difference between the banding for rows in a table is somewhat drastic, making it seem like the alternating rows have some sort of emphasis being applied on them. We should probably avoid that, since that's not the intent with this banding.
The text was updated successfully, but these errors were encountered: