Make WordPress Core

Changeset 57739


Ignore:
Timestamp:
02/29/2024 10:06:20 AM (13 months ago)
Author:
youknowriad
Message:

Bundled Theme: Fix focus outline in Twenty Twenty-Four in the editor.

Improvements made to the focus outline style for Twenty Twenty-Four caused a regression in the focus outlines of the block editor. This commit solves the regressions by reducing the CSS specificity while keeping the improvements.

Follow-up to [57554].

Props wildworks, poena, sabernhardt, youknowriad, oglekler.
Fixes #60535.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/theme.json

    r57554 r57739  
    908908            "lineHeight": "1.55"
    909909        },
    910         "css": ".wp-site-blocks *:focus{outline-width:2px;outline-style:solid}"
     910        "css": ":where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}"
    911911    },
    912912    "templateParts": [
Note: See TracChangeset for help on using the changeset viewer.