Make WordPress Core

Ticket #40578: 40578.diff

File 40578.diff, 923 bytes (added by psiico, 8 years ago)

patch

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

     
    536536        padding-bottom: 94px; /* offset for above so the bottom doesn't get cut off */
    537537}
    538538
    539 .media-frame.mode-grid .attachment:focus,
    540 .media-frame.mode-grid .selected.attachment:focus,
    541 .media-frame.mode-grid .attachment.details:focus {
     539.media-frame.mode-select .attachment:focus,
     540.media-frame.mode-select .selected.attachment:focus,
     541.media-frame.mode-select .attachment.details:focus {
    542542        -webkit-box-shadow:
    543543                inset 0 0 2px 3px #f1f1f1,
    544544                inset 0 0 0 7px #5b9dd9;
     
    548548        outline: none;
    549549}
    550550
     551.wp-core-ui .attachment:focus {
     552        -webkit-box-shadow: none;
     553        box-shadow: none;
     554        cursor: auto;
     555}
     556
    551557.media-frame.mode-grid .selected.attachment {
    552558        -webkit-box-shadow:
    553559                inset 0 0 0 5px #f1f1f1,