From b88ad1b1b31cb90e2657349a74c4658b6f6816ab Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Wed, 7 Feb 2024 17:25:33 +0000 Subject: [PATCH] Bundled Theme: Improve focus outline in Twenty Twenty-Four. Set a global focus outline for block elements in Twenty Twenty-Four to enhance accessibility. Replace the 1px dotted outline previously assigned on the button block. Props alh0319, poena, beafialho, shailu25. Fixes #60334. git-svn-id: https://develop.svn.wordpress.org/trunk@57554 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwentyfour/theme.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/wp-content/themes/twentytwentyfour/theme.json b/src/wp-content/themes/twentytwentyfour/theme.json index 2586fcab0a..8acd7993c3 100644 --- a/src/wp-content/themes/twentytwentyfour/theme.json +++ b/src/wp-content/themes/twentytwentyfour/theme.json @@ -795,9 +795,7 @@ }, "outline": { "color": "var(--wp--preset--color--contrast)", - "offset": "2px", - "style": "dotted", - "width": "1px" + "offset": "2px" }, "border": { "color": "var(--wp--preset--color--contrast-2)" @@ -908,7 +906,8 @@ "fontStyle": "normal", "fontWeight": "400", "lineHeight": "1.55" - } + }, + "css": ".wp-site-blocks *:focus{outline-width:2px;outline-style:solid}" }, "templateParts": [ {