Make WordPress Core

Changeset 53726


Ignore:
Timestamp:
07/20/2022 11:35:14 AM (21 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r53096 r53726  
    13451345
    13461346.plugins tr.paused th.check-column {
    1347     border-left: 4px solid #d63638;
     1347    border-left: 4px solid #b32d2e;
    13481348}
    13491349
     
    13551355.plugins tr.paused .plugin-title,
    13561356.plugins .paused .dashicons-warning {
    1357     color: #d63638;
     1357    color: #b32d2e;
    13581358}
    13591359
     
    13651365
    13661366.plugins .resume-link {
    1367     color: #d63638;
     1367    color: #b32d2e;
    13681368}
    13691369
Note: See TracChangeset for help on using the changeset viewer.