Plugins: Improve color contrast on plugins screen when recovery mode is activated.

This changeset replaces `#d63638` (contrast ratio: 4.40) with `#b32d2e` (contrast ratio: 5.87) in Plugins screen row action links when the site is in recovery mode.

Props kebbet, mukesh27, joedolson, audrasjb.
Fixes #56190.


git-svn-id: https://develop.svn.wordpress.org/trunk@53726 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-07-20 11:35:14 +00:00
parent 2437ef5130
commit efee559016

View File

@ -1344,7 +1344,7 @@ ul.cat-checklist {
}
.plugins tr.paused th.check-column {
border-left: 4px solid #d63638;
border-left: 4px solid #b32d2e;
}
.plugins tr.paused th,
@ -1354,7 +1354,7 @@ ul.cat-checklist {
.plugins tr.paused .plugin-title,
.plugins .paused .dashicons-warning {
color: #d63638;
color: #b32d2e;
}
.plugins .paused .error-display p,
@ -1364,7 +1364,7 @@ ul.cat-checklist {
}
.plugins .resume-link {
color: #d63638;
color: #b32d2e;
}
.plugin-card .update-now:before {