Opened 10 years ago
Closed 10 years ago
#7354 closed enhancement (fixed)
Accessibility: Provide sufficient color contrast for BuddyPress admin screens
| Reported by: | mercime | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Extended Profile | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In #7222, we improved contrast ratios for our companion stylesheets from Twenty Sixteen down to Twenty Twelve as well as buddypress.css and avatar.css. This ticket will serve as a placeholder to address the same on BuddyPress admin screens which don't meet WCAG 2.0 AA standards during the 2.8 dev cycle.
Attachments (2)
Change History (10)
#3
@
10 years ago
User - Member > Extended Profile - Edit Profile Photo
Current color #888 = insufficient contrast. Remove color:#888 and text-decoration: none from our stylesheet to get WordPress default link color which passes standards and link underline as seen in WP add new post screen.
#6
follow-up:
↓ 7
@
10 years ago
- Keywords has-screenshots has-patch removed
@mercime I'm assuming this is remaining open because you're still intending to audit any other screens for colours we can improve?
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

xProfile delete link
Current color #f00 = insufficient contrast. Bump color to #a00 used in WordPress admin which exceeds 7.0++ contrast ratio. Image attached. Patch coming up.