-
Notifications
You must be signed in to change notification settings - Fork 192
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
Issue Labels color contrast #482
Comments
Let's tackle this and #436 at the same time. |
I think the most important ones to changes are the states of the bugs (new, needs diagnosis, etc). I don't think the labels need colors, so we can explore an option with no color differences or we can leave them as a decoration. We're getting color crazy anyway on this page:) How about adding icons to the main labels like @karlcow suggested? Karl, I couldn't find all the ones you thought of, but here are some alts: New - http://fortawesome.github.io/Font-Awesome/icon/random/ @andrewmcgivery check out the comments here and let me know what you think - #484 (comment) |
From the other issue: That all looks great. Awesome solutions there. I'd love to see this done in staging! |
Yeah, I like the icons as well. I'm fine with ditching label colors @calexity -- maybe we just have a gray/whatever underline to indicate it's a clickable filter? |
Yes! Our medium gray should be perfect. On Fri, Jan 2, 2015, 11:13 AM Mike Taylor [email protected] wrote:
|
@karlcow thank you for pulling this one up! It looks like we addressed the colors and we just haven't put them in the CSS. I would do that myself, but this app is far from the days when I could run it:)
See this comment for more: #484 (comment) Is there something else I'm leaving unfinished here @karlcow? |
labels are already using these colors :root {
--wc-state-new: #ff8364;
--wc-state-need: #efce82;
--wc-state-needcontact: #b9edce;
--wc-state-ready: #7abce1;
--wc-state-sitewait: #b0daf0;
--wc-state-close: #c5d1d5;
} or maybe I missed someting ? |
@andrewmcgivery how I can test if a color pass AAA level color contrast ? |
I tend to use this tool: http://webaim.org/resources/contrastchecker/ That help? |
@andrewmcgivery oh thanks, sorry I didn't see your message |
I tried the filters with colors proposed by @andrewmcgivery Before:After:Filters are more visible. But I liked the progression of color before. @adamopenweb do you think there is a way to keep the old color but with good contrast ? |
I also prefer the before colors... does contrast improve if we change the text from white to black? |
@miketaylr Changing white text to black will probably make most of the original colors pass actually. |
The current design is a little different, but when you hover or select the filter button there's still the low contrast white color. Let's change it to be bolder and maybe that'll pass. |
ping @magsout |
Many of the labels for issues do not have enough color contrast are are causing color contrast errors.
Here's a list of of labels that need some work... I have listed the current colors and colors that would pass AAA level color contrast. We could also go for AA level if we don't want to go all out. Up to you guys. I would suggest going for AA though.
Not sure if you guys want to go for these colors or do a further assessment. Some of these colors aren't the prettiest. :)
Also, it's a fairly big list so it make take a bit of work to solve all of these.
NOTE: "updated" label color also affects labels ie11, chromium, internet, nightly, and mozilla.
The text was updated successfully, but these errors were encountered: