Make WordPress Core


Ignore:
Timestamp:
09/09/2026 02:02:43 PM (2 weeks ago)
Author:
afercia
Message:

Administration: Remove usage of the #787c82 gray color.

This light gray color is used for controls that contain only icons. For example, the next / previous / close buttons in the media and themes browsers. Same for some icon-only controls in the Customizer. These icons must meet a 4.5:1 minimum color contrast ratio.

The remaining usages are so limited that don't justify the introduction of a dedicated color so it's reasonable to remove it entirely.

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

Fixes #65995.

File:
1 edited

Legend:

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

    r63399 r63559  
    11891189
    11901190.pressthis-bookmarklet span:before {
    1191         color: #787c82;
     1191        color: #50575e;
    11921192        font: normal 20px/1 dashicons;
    11931193        content: "\f157";
Note: See TracChangeset for help on using the changeset viewer.