Make WordPress Core

Changeset 61851


Ignore:
Timestamp:
03/05/2026 08:03:25 PM (2 days ago)
Author:
joedolson
Message:

Quick/Bulk Edit: Update focus color on inline edit panel.

Use admin theme variables to set the inline edit wrapper focus border.

Props hmbashar, joedolson, huzaifaalmesbah, mukesh27, shailu25, audrasjb, rahultank, manhar, ozgursar.
Fixes #64757.

File:
1 edited

Legend:

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

    r61827 r61851  
    923923
    924924.inline-edit-wrapper:focus {
    925     border-color: #2271b1;
    926     box-shadow: 0 0 0 1px #2271b1;
     925    border-color: var(--wp-admin-theme-color, #3858e9);
     926    box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) var(--wp-admin-theme-color, #3858e9);
    927927    /* Only visible in Windows High Contrast mode */
    928928    outline: 2px solid transparent;
Note: See TracChangeset for help on using the changeset viewer.