Make WordPress Core

Ticket #60535: 60535.diff

File 60535.diff, 545 bytes (added by sabernhardt, 2 years ago)

lowers the specificity of Twenty Twenty-Four's focus style

  • 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": "body > div:where(.wp-site-blocks) *:focus{outline-width:2px;outline-style:solid}"
    911911        },
    912912        "templateParts": [
    913913                {