mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
Editor: Hide visibility and status settings for wp_navigation
post type.
Adds CSS to hide both the visibility and status settings for the `wp_navigation` post type. Props antonvlasenko , costdev. Fixes #54407. git-svn-id: https://develop.svn.wordpress.org/trunk@52293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1db73227b6
commit
8facd44c4f
@ -146,6 +146,11 @@ body.post-new-php .submitbox .submitdelete {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
body.post-type-wp_navigation div#minor-publishing,
|
||||
body.post-type-wp_navigation .inline-edit-status {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Post Screen */
|
||||
|
||||
/* Only highlight drop zones when dragging and only in the 2 columns layout. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user