Make WordPress Core

Ticket #28822: 28822.6.diff

File 28822.6.diff, 544 bytes (added by celloexpressions, 12 years ago)

Update media modal attachment-focus-styling changes in 4.0 in color schemes.

  • src/wp-admin/css/colors/_admin.scss

     
    413413        background-color: $highlight-color;
    414414}
    415415
    416 .details.attachment {
    417         box-shadow: 0 0 0 1px #fff, 0 0 0 5px $highlight-color;
     416.details.attachment,
     417.selected.attachment:focus {
     418        box-shadow: inset 0 0 0 3px #fff,
     419                    inset 0 0 0 7px $highlight-color;
    418420}
    419421
    420422.attachment.details .check {