Make WordPress Core

Ticket #60535: 60535.2.diff

File 60535.2.diff, 535 bytes (added by sabernhardt, 13 months ago)

using :where(.wp-site-blocks *:focus)

  • src/wp-content/themes/twentytwentyfour/theme.json

     
    907907                        "fontWeight": "400",
    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": [
    913913                {