equal
deleted
inserted
replaced
707 .media-router .media-menu-item:focus { |
707 .media-router .media-menu-item:focus { |
708 box-shadow: 0 0 0 2px #2271b1; |
708 box-shadow: 0 0 0 2px #2271b1; |
709 color: #043959; |
709 color: #043959; |
710 /* Only visible in Windows High Contrast mode */ |
710 /* Only visible in Windows High Contrast mode */ |
711 outline: 2px solid transparent; |
711 outline: 2px solid transparent; |
|
712 z-index: 1; |
712 } |
713 } |
713 |
714 |
714 .media-router .active, |
715 .media-router .active, |
715 .media-router .media-menu-item.active:last-child { |
716 .media-router .media-menu-item.active:last-child { |
716 margin: -1px -1px 0; |
717 margin: -1px -1px 0; |
2485 margin: 5px 10px; |
2486 margin: 5px 10px; |
2486 } |
2487 } |
2487 |
2488 |
2488 /* Visually hide the menu heading keeping it available to assistive technologies. */ |
2489 /* Visually hide the menu heading keeping it available to assistive technologies. */ |
2489 .media-frame-menu-heading { |
2490 .media-frame-menu-heading { |
2490 clip: rect(1px, 1px, 1px, 1px); |
|
2491 clip-path: inset(50%); |
2491 clip-path: inset(50%); |
2492 height: 1px; |
2492 height: 1px; |
2493 overflow: hidden; |
2493 overflow: hidden; |
2494 padding: 0; |
2494 padding: 0; |
2495 width: 1px; |
2495 width: 1px; |
|
2496 border: 0; |
|
2497 margin: -1px; |
2496 word-wrap: normal !important; |
2498 word-wrap: normal !important; |
2497 } |
2499 } |
2498 |
2500 |
2499 /* Reveal the menu toggle button. */ |
2501 /* Reveal the menu toggle button. */ |
2500 .wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle { |
2502 .wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle { |
2529 |
2531 |
2530 .media-sidebar { |
2532 .media-sidebar { |
2531 width: 230px; |
2533 width: 230px; |
2532 } |
2534 } |
2533 |
2535 |
2534 .options-general-php .crop-content.site-icon { |
2536 .options-general-php .crop-content.site-icon, |
|
2537 .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { |
2535 margin-right: 262px; |
2538 margin-right: 262px; |
2536 } |
2539 } |
2537 |
2540 |
2538 .attachments-browser .attachments, |
2541 .attachments-browser .attachments, |
2539 .attachments-browser .uploader-inline, |
2542 .attachments-browser .uploader-inline, |
2829 |
2832 |
2830 .media-modal-backdrop { |
2833 .media-modal-backdrop { |
2831 position: fixed; |
2834 position: fixed; |
2832 } |
2835 } |
2833 |
2836 |
2834 .options-general-php .crop-content.site-icon { |
2837 .options-general-php .crop-content.site-icon, |
|
2838 .wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon { |
2835 margin-right: 0; |
2839 margin-right: 0; |
2836 } |
2840 } |
2837 |
2841 |
2838 .media-sidebar { |
2842 .media-sidebar { |
2839 z-index: 1900; |
2843 z-index: 1900; |