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. Built from https://develop.svn.wordpress.org/trunk@53726 git-svn-id: http://core.svn.wordpress.org/trunk@53285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
866abfda9f
commit
79c4babf39
|
@ -1345,7 +1345,7 @@ ul.cat-checklist {
|
|||
}
|
||||
|
||||
.plugins tr.paused th.check-column {
|
||||
border-right: 4px solid #d63638;
|
||||
border-right: 4px solid #b32d2e;
|
||||
}
|
||||
|
||||
.plugins tr.paused th,
|
||||
|
@ -1355,7 +1355,7 @@ ul.cat-checklist {
|
|||
|
||||
.plugins tr.paused .plugin-title,
|
||||
.plugins .paused .dashicons-warning {
|
||||
color: #d63638;
|
||||
color: #b32d2e;
|
||||
}
|
||||
|
||||
.plugins .paused .error-display p,
|
||||
|
@ -1365,7 +1365,7 @@ ul.cat-checklist {
|
|||
}
|
||||
|
||||
.plugins .resume-link {
|
||||
color: #d63638;
|
||||
color: #b32d2e;
|
||||
}
|
||||
|
||||
.plugin-card .update-now:before {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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 {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53725';
|
||||
$wp_version = '6.1-alpha-53726';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue