We just upgraded to v8.16 datacenter, and the epic labels have become very hard to read.
For example, black text on dark purple label. This could not have met accessibility standards???
Is this new or am I imagining this?
Hi Nicole, we've been making many accessibility improvements in Jira; one of them was fixing contrast issues of epic labels. As a result, these colors are now more accessible for users with low vision.
Unfortunately, in Jira 8.16, we introduced a bug that you mention. It got fixed in Jira 8.17 that we released in May this year.
A quick workaround I can suggest before you upgrade to the latest version is to add style definition to the announcement banner to overwrite these dark colors.
#jira .ghx-label-0.ghx-label-0,
#jira .ghx-label-1.ghx-label-1,
#jira .ghx-label-4.ghx-label-4,
#jira .ghx-label-5.ghx-label-5,
#jira .ghx-label-7.ghx-label-7,
#jira .ghx-label-11.ghx-label-11,
#jira .ghx-label-12.ghx-label-12,
#jira .ghx-label-13.ghx-label-13,
#jira .ghx-label-14.ghx-label-14 {
color: #fff;
}
#jira .ghx-label-2.ghx-label-2,
#jira .ghx-label-3.ghx-label-3,
#jira .ghx-label-6.ghx-label-6,
#jira .ghx-label-8.ghx-label-8,
#jira .ghx-label-9.ghx-label-9,
#jira .ghx-label-10.ghx-label-10 {
color: #172b4d;
}
With regards,
Pawel Wodkowski
Senior Designer
Hi @Pawel
We recently upgraded from 8.13 to 8.20, and are now stuck with the new epic colors that are not very legible.
Is the only way to resolve this but rolling back to a previous version, adding the style definition you wrote to our announcement banner and then upgrading again?
Or can we simply add them to the announcement banner?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Silas, what do you mean by "not very legible"?
Is it the same problem as Nicole mentioned above?
Pawel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Silas, I checked 8.20 locally and the colors are OK.
Can you try clearing your cache?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pawel,
It is an issue that exists for all users, I have tried clearing my cache and viewed it in several different browsers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.