Media: Remove checkered background for icons in Attachment Details.

Props BandonRandon.
Fixes #42535. See #41948.

git-svn-id: https://develop.svn.wordpress.org/trunk@42642 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-02-03 13:53:44 +00:00
parent ce61a7f676
commit 1b0695780f
1 changed files with 4 additions and 0 deletions

View File

@ -751,6 +751,10 @@ border color while dragging a file over the uploader drop area */
background-size: 20px 20px;
}
.edit-attachment-frame .attachment-media-view .details-image.icon {
background: none;
}
.edit-attachment-frame .attachment-media-view .attachment-actions {
text-align: center;
}