Media: Remove checkered background for icons in Attachment Details.
Props BandonRandon. Merges [42642] to the 5.0 branch. Fixes #42535. See #41948. Built from https://develop.svn.wordpress.org/branches/5.0@43745 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
883d237689
commit
38235a183e
|
@ -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-43744';
|
||||
$wp_version = '5.0-alpha-43745';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue