mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Editor: Let the Add New link disappear in DFW mode.
The link was moved outside the heading in [38983]. Fixes #39313 for trunk. Built from https://develop.svn.wordpress.org/trunk@39619 git-svn-id: http://core.svn.wordpress.org/trunk@39559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7ad554f955
commit
c7988f1f03
@ -1229,6 +1229,7 @@ table.links-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.focus-on .wrap > h1,
|
.focus-on .wrap > h1,
|
||||||
|
.focus-on .page-title-action,
|
||||||
.focus-on #wpfooter,
|
.focus-on #wpfooter,
|
||||||
.focus-on .postbox-container > *,
|
.focus-on .postbox-container > *,
|
||||||
.focus-on div.updated,
|
.focus-on div.updated,
|
||||||
@ -1252,6 +1253,7 @@ table.links-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.focus-off .wrap > h1,
|
.focus-off .wrap > h1,
|
||||||
|
.focus-off .page-title-action,
|
||||||
.focus-off #wpfooter,
|
.focus-off #wpfooter,
|
||||||
.focus-off .postbox-container > *,
|
.focus-off .postbox-container > *,
|
||||||
.focus-off div.updated,
|
.focus-off div.updated,
|
||||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1229,6 +1229,7 @@ table.links-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.focus-on .wrap > h1,
|
.focus-on .wrap > h1,
|
||||||
|
.focus-on .page-title-action,
|
||||||
.focus-on #wpfooter,
|
.focus-on #wpfooter,
|
||||||
.focus-on .postbox-container > *,
|
.focus-on .postbox-container > *,
|
||||||
.focus-on div.updated,
|
.focus-on div.updated,
|
||||||
@ -1252,6 +1253,7 @@ table.links-table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.focus-off .wrap > h1,
|
.focus-off .wrap > h1,
|
||||||
|
.focus-off .page-title-action,
|
||||||
.focus-off #wpfooter,
|
.focus-off #wpfooter,
|
||||||
.focus-off .postbox-container > *,
|
.focus-off .postbox-container > *,
|
||||||
.focus-off div.updated,
|
.focus-off div.updated,
|
||||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-39618';
|
$wp_version = '4.8-alpha-39619';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user