diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/css/wp-embed-template.css --- a/wp/wp-includes/css/wp-embed-template.css Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/css/wp-embed-template.css Fri Sep 05 18:40:08 2025 +0200 @@ -11,7 +11,6 @@ .screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); - -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; @@ -216,7 +215,9 @@ .wp-embed-share-dialog-open:focus .dashicons, .wp-embed-share-dialog-close:focus .dashicons { - box-shadow: 0 0 0 1px #4f94d4, 0 0 2px 1px rgba(79, 148, 212, 0.8); + box-shadow: 0 0 0 2px #2271b1; + /* Only visible in Windows High Contrast mode */ + outline: 2px solid transparent; border-radius: 100%; } @@ -318,7 +319,6 @@ html[dir="rtl"] .wp-embed-featured-image.square { float: right; margin-right: 0; - margin-left: 20px; } @@ -338,9 +338,6 @@ text-align: left; } -html[dir="rtl"] .wp-embed-footer { -} - html[dir="rtl"] .wp-embed-share { margin-left: 0; margin-right: 10px;