Make WordPress Core

Ticket #60808: 60808.diff

File 60808.diff, 551 bytes (added by sabernhardt, 2 years ago)

switches :focus to :focus-visible

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

     
    907907                        "fontWeight": "400",
    908908                        "lineHeight": "1.55"
    909909                },
    910                 "css": ":where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}"
     910                "css": ":where(.wp-site-blocks *:focus-visible){outline-width:2px;outline-style:solid}"
    911911        },
    912912        "templateParts": [
    913913                {