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:
Weston Ruter 2016-11-15 09:08:31 +00:00
parent 8efc416f64
commit 31d4be0293
5 changed files with 5 additions and 3 deletions

View File

@ -44,6 +44,7 @@
height: 30px;
min-width: 30px;
min-height: 30px;
line-height: 1em !important;
font-size: 18px;
z-index: 5;
background-color: #0085ba;

File diff suppressed because one or more lines are too long

View File

@ -44,6 +44,7 @@
height: 30px;
min-width: 30px;
min-height: 30px;
line-height: 1em !important;
font-size: 18px;
z-index: 5;
background-color: #0085ba;

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @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.