Editor: Revert a fix for incorrect usage of ID attributes on custom fields.

This reverts [47222] due to compatibility issues with plugins which are using the `#poststuff` selector.

See #46964
Built from https://develop.svn.wordpress.org/trunk@47410


git-svn-id: http://core.svn.wordpress.org/trunk@47197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2020-03-03 00:37:06 +00:00
parent 9860470360
commit da52485cf1
24 changed files with 102 additions and 102 deletions

View File

@@ -1033,7 +1033,7 @@ border color while dragging a file over the uploader drop area */
display: block;
}
.poststuff .imgedit-group-top h2 {
#poststuff .imgedit-group-top h2 {
display: inline-block;
margin: 0;
padding: 0;
@@ -1041,7 +1041,7 @@ border color while dragging a file over the uploader drop area */
line-height: 1.4;
}
.poststuff .imgedit-group-top .button-link {
#poststuff .imgedit-group-top .button-link {
text-decoration: none;
color: #23282d;
}