mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-13 00:54:34 +00:00
Edit Comment screen: remove the "View Comment" button (actually a link) from the publish meta box. Mimic the "Edit URL/Permalink" UI from the Edit Post screen to show the comment link below the screen title, but make it an actual link, not a button.
Props ocean90, DrewAPicture, wonderboymusic. Fixes #19168. git-svn-id: https://develop.svn.wordpress.org/trunk@34072 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -89,7 +89,8 @@ input#link_url {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
#edit-slug-box {
|
||||
#edit-slug-box,
|
||||
#comment-link-box {
|
||||
line-height: 24px;
|
||||
min-height: 25px; /* Yes, line-height + 1 */
|
||||
margin-top: 5px;
|
||||
@@ -102,6 +103,11 @@ input#link_url {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
#comment-link-box {
|
||||
margin: 5px 0;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
#editable-post-name-full {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user