Make WordPress Core

Ticket #47117: 47117-03.patch

File 47117-03.patch, 484 bytes (added by antpb, 5 years ago)

This patch targets the setting description under the alt text box in support of High Contrast Mode. I'd love some testing on Windows as I have only been able to test this on MacOS

  • src/wp-admin/css/media.css

     
    800800        margin-bottom: 5px;
    801801}
    802802
     803.attachment-details .setting + .description a:focus {
     804        /* Only visible in Windows High Contrast mode */
     805        outline: 1px solid transparent;
     806}
     807
    803808.wp_attachment_details .attachment-alt-text-description {
    804809        margin-top: 5px;
    805810}