Media: Remove checkered background for icons in Attachment Details.
Props BandonRandon. Fixes #42535. See #41948. Built from https://develop.svn.wordpress.org/trunk@42642 git-svn-id: http://core.svn.wordpress.org/trunk@42471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a7c89d5761
commit
4951b2897e
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42641';
|
||||
$wp_version = '5.0-alpha-42642';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue