Opened 8 weeks ago
Closed 8 weeks ago
#7986 closed defect (bug) (fixed)
Accessibility issue on Polyglots Team locale page
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Translate Site & Plugins | Keywords: | has-patch has-screenshots needs-testing |
Cc: |
Attachments (1)
Change History (7)
This ticket was mentioned in PR #490 on WordPress/wordpress.org by @rollybueno.
8 weeks ago
#1
#4
@
8 weeks ago
Hey @dd32 - should I repatch to https://meta.trac.wordpress.org/ticket/7916 instead?
Note: See
TracTickets for help on using
tickets.
I have reported this issue where the download link in the Team's local page is not visible due to the white text and light gray background color combination. The reported track is below:
Trac: https://meta.trac.wordpress.org/ticket/7986
This happens on all Team's locale page
### What I changed
My patch removes the
color: white;
property on the#locale-header ul li.download-button a
, which you can find in i18n-teams.css file.### Result