diff -r 48c4eec2b7e6 -r 8c2e4d02f4ef wp/wp-includes/css/media-views-rtl.css --- a/wp/wp-includes/css/media-views-rtl.css Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/css/media-views-rtl.css Fri Sep 05 18:52:52 2025 +0200 @@ -710,6 +710,7 @@ color: #043959; /* Only visible in Windows High Contrast mode */ outline: 2px solid transparent; + z-index: 1; } .media-router .active, @@ -2488,12 +2489,13 @@ /* Visually hide the menu heading keeping it available to assistive technologies. */ .media-frame-menu-heading { - clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; padding: 0; width: 1px; + border: 0; + margin: -1px; word-wrap: normal !important; } @@ -2532,7 +2534,8 @@ width: 230px; } - .options-general-php .crop-content.site-icon { + .options-general-php .crop-content.site-icon, + .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-left: 262px; } @@ -2832,7 +2835,8 @@ position: fixed; } - .options-general-php .crop-content.site-icon { + .options-general-php .crop-content.site-icon, + .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { margin-left: 0; }