#56190 closed defect (bug) (fixed)
Plugins list: isufficent color contrast in plugin name, in recovery-mode.
Reported by: | kebbet | Owned by: | joedolson |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, accessibility, css | Cc: |
Description
The texts ”Plugin name” and ”Resume” (a row action link) has insufficent color contrast in the plugins list, this is an accessibility issue.
Current color (#d63638
) gives color contrast 4.40
If we use the delete color
from the plugins list (#b32d2e
) the color contrast is 5.87.
Attachments (3)
Change History (13)
This ticket was mentioned in Slack in #accessibility by kebbet. View the logs.
2 years ago
#2
@
2 years ago
- Milestone changed from Awaiting Review to 6.1
- Owner set to joedolson
- Status changed from new to accepted
#3
@
2 years ago
And maybe update the left border to the same color, to make the three instances match.
This ticket was mentioned in PR #2960 on WordPress/wordpress-develop by mukeshpanchal27.
2 years ago
#4
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/56190
#6
@
2 years ago
The changes in the PR looks ok to me.
It is hard to test, but one way to do so is to
- install the plugin WP Crontrol 1.12.1
- activate the plugin
- download version 1.13.2 and replace the existing plugin folder with the downloaded.
- this should trigger a fatal error and activate the recovery mode. (Version 1.14 is fixed and does not trigger a fatal)
2 years ago
#9
Committed in https://core.trac.wordpress.org/changeset/53726
Before and the suggested after.