Dashboard: Ensure the "Dismiss" button on the Gutenberg callout is clickable.
Who likes z-index? We like z-index! Props joemcgill. See #41316. Built from https://develop.svn.wordpress.org/trunk@41900 git-svn-id: http://core.svn.wordpress.org/trunk@41734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
261f0d8ef2
commit
a2bd3e23d1
|
@ -154,6 +154,7 @@
|
||||||
.welcome-panel .welcome-panel-close,
|
.welcome-panel .welcome-panel-close,
|
||||||
.try-gutenberg-panel .try-gutenberg-panel-close {
|
.try-gutenberg-panel .try-gutenberg-panel-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
padding: 10px 21px 10px 15px;
|
padding: 10px 21px 10px 15px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -154,6 +154,7 @@
|
||||||
.welcome-panel .welcome-panel-close,
|
.welcome-panel .welcome-panel-close,
|
||||||
.try-gutenberg-panel .try-gutenberg-panel-close {
|
.try-gutenberg-panel .try-gutenberg-panel-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 10;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
padding: 10px 15px 10px 21px;
|
padding: 10px 15px 10px 21px;
|
||||||
|
|
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.9-beta2-41899';
|
$wp_version = '4.9-beta2-41900';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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