Make WordPress Core

Changeset 62459


Ignore:
Timestamp:
06/04/2026 09:44:28 AM (4 days ago)
Author:
wildworks
Message:

Toolbar: Fix unnatural focus outline on frontend.

Make the focus outline transparent to avoid showing an unnatural focus outline on the front end. In Windows high contrast mode, the focus outline is still displayed as before.

Props hbhalodia, joedolson, wildworks.
Fixes #65177.

File:
1 edited

Legend:

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

    r62092 r62459  
    7979
    8080#wpadminbar a:focus {
    81     /* Inherits transparent outline only visible in Windows High Contrast mode */
    8281    outline-offset: -1px;
     82    /* Only visible in Windows High Contrast mode */
     83    outline: 2px solid transparent;
    8384}
    8485
Note: See TracChangeset for help on using the changeset viewer.