Make WordPress Core


Ignore:
Timestamp:
08/30/2026 12:36:00 PM (3 weeks ago)
Author:
afercia
Message:

Administration: Fix the Privacy tables row action text color contrast.

Some text in the Privacy table row actions used a gray #787c82 which doesn't meet the minimum color contrast ratio of 4.5:1.
This color unnecessarily overrides the default gray color used for the tables row actions. It is now removed to restore the default.

Developed in https://github.com/WordPress/wordpress-develop/pull/12842

Props bejignesh, joedolson, afercia.
Fixes #65807.

File:
1 edited

Legend:

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

    r63011 r63399  
    15001500}
    15011501
    1502 .privacy_requests .row-actions {
    1503         color: #787c82;
    1504 }
    1505 
    15061502.privacy_requests .row-actions.processing {
    15071503        position: static;
Note: See TracChangeset for help on using the changeset viewer.