Make WordPress Core


Ignore:
Timestamp:
02/16/2026 05:23:02 PM (6 weeks 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-admin/css/install.css

    r61636 r61652  
    2727a:focus {
    2828    color: #043959;
    29     box-shadow: 0 0 0 2px #2271b1;
     29    border-radius: 2px;
     30    box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
    3031    /* Only visible in Windows High Contrast mode */
    3132    outline: 2px solid transparent;
Note: See TracChangeset for help on using the changeset viewer.