Make WordPress Core


Ignore:
Timestamp:
02/16/2026 05:23:02 PM (3 months ago)
Author:
joedolson
Message:

Admin: Update focus styles to match design reskin.

Apply design reskin changes to focus states on links, classic editor, media library, and other omitted contexts.

See also [61645].

Props joedolson, fabiankaegy.
Fixes #64644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r61637 r61652  
    39713971        a:focus {
    39723972            color: #043959;
    3973             box-shadow: 0 0 0 2px #2271b1;
     3973            box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
    39743974            outline: 2px solid transparent;
    39753975        }
Note: See TracChangeset for help on using the changeset viewer.