-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Secondary text fails AAA colour contrast #121758
Comments
Pinging @elastic/security-solution (Team: SecuritySolution) |
@gavinwye . I think this one could be fixed by using proper EUI components. Using the proper Can see this in practice here. Small reminder that there is both a high-order component, and smaller ones that could be used to solve this problem. https://elastic.github.io/eui/#/layout/page#restricting-page-width |
This PR has been merged. @MadameSheema ready for QA check! |
Thanks @yctercero!! is there any reason why this fix is targeting 8.1 and not 8.0? Thanks! |
@MadameSheema I wasn't sure if I could with the RC2 cut off. I can backport it. |
@oatkiller can you please confirm this so in case we can backport to include the fix on RC2 bc2? Thanks! |
@MadameSheema @yctercero Please feel free to backport to 8.0. |
Addresses elastic#121758 and elastic#121759. Updates exceptions table export icon to be "download" icon and updates exceptions table header to use native EUI page headers. (cherry picked from commit 8c0fbdf)
Backport to 8.0 started - #123787 |
Addresses #121758 and #121759. Updates exceptions table export icon to be "download" icon and updates exceptions table header to use native EUI page headers. (cherry picked from commit 8c0fbdf) Co-authored-by: Kibana Machine <[email protected]>
@deepikakeshav-qasource please validate the following fix on latest 8.0-rc2 BC. |
Hi @MadameSheema , We have validated this issue on 8.0.0 RC2 BC4 and observed that Text color has been changed to Please find below testing details: Build Details:
Thanks!!! |
@yctercero can you please check Deepika's comment? Thanks |
Hey @deepikakeshav-qasource ! That is expected, it's now using the EUI component as opposed to the custom header component we were using before. |
Describe the bug:
Small secondary text fails AAA colour contrast
Kibana/Elasticsearch Stack version:
v 7.16.1
Original install method (e.g. download page, yum, from source, etc.):
Eden
Functional Area (e.g. Endpoint management, timelines, resolver, etc.):
Detect > Exceptions (probably all Kibana
Current behavior:
Text colour is set to
#69717d
on a background of#fefeff
which fails AAASee: https://colourcontrast.cc/fefeff/69717d
Expected behavior:
Changing the text colour to
#000000
visually makes the design clearer and also passes AAA increasing our accessibility score overall. See before and after screenshots below.If we're going to put contention on the page we should make sure everyone can read it.
Screenshots (if relevant):
Before
After
The text was updated successfully, but these errors were encountered: