Themes: Properly align Close/Previous/Next icons in theme preview overlay.
Props chetan200891. Fixes #48248. Built from https://develop.svn.wordpress.org/trunk@46444 git-svn-id: http://core.svn.wordpress.org/trunk@46242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
93279742c1
commit
843c39b9bc
|
@ -1414,7 +1414,6 @@ body.full-overlay-active {
|
||||||
float: right;
|
float: right;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
padding-left: 2px;
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-left: 1px solid #ddd;
|
border-left: 1px solid #ddd;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1414,7 +1414,6 @@ body.full-overlay-active {
|
||||||
float: left;
|
float: left;
|
||||||
width: 45px;
|
width: 45px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
padding-right: 2px;
|
|
||||||
background: #eee;
|
background: #eee;
|
||||||
border-right: 1px solid #ddd;
|
border-right: 1px solid #ddd;
|
||||||
color: #444;
|
color: #444;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3-beta2-46443';
|
$wp_version = '5.3-beta2-46444';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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