Opened 9 years ago
Closed 9 years ago
#7354 closed enhancement (fixed)
Accessibility: Provide sufficient color contrast for BuddyPress admin screens
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Extended Profile | 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
@
9 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
@
9 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?

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.