Customize: Add `!important` `line-height` to edit shortcut buttons.
Ensure that icon inside edit shortcut is centered when theme defines default `line-height` for `button` elements. Fixes #38787. Built from https://develop.svn.wordpress.org/trunk@39242 git-svn-id: http://core.svn.wordpress.org/trunk@39182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8efc416f64
commit
31d4be0293
|
@ -44,6 +44,7 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
line-height: 1em !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background-color: #0085ba;
|
background-color: #0085ba;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -44,6 +44,7 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
|
line-height: 1em !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background-color: #0085ba;
|
background-color: #0085ba;
|
||||||
|
|
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.7-beta3-39241';
|
$wp_version = '4.7-beta3-39242';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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