From 1b0695780f0a950bda285ef490063b41bd794661 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 3 Feb 2018 13:53:44 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/media.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/media.css b/src/wp-admin/css/media.css index 95e52acd82..f84741bc1d 100644 --- a/src/wp-admin/css/media.css +++ b/src/wp-admin/css/media.css @@ -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; }