mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
2437ef5130
commit
efee559016
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user