Customizer: Use the new dashicon for the Preview/Customize toggle in narrow screens.

see #30902, #28784.
Built from https://develop.svn.wordpress.org/trunk@33150


git-svn-id: http://core.svn.wordpress.org/trunk@33122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2015-07-09 21:05:25 +00:00
parent 41a8b24a8f
commit 106b0675b9
5 changed files with 5 additions and 5 deletions

View File

@ -1308,7 +1308,7 @@ body.cheatin p {
}
.customize-controls-preview-toggle .controls:before {
content: "\f100";
content: "\f540";
}
.preview-only #customize-controls {

File diff suppressed because one or more lines are too long

View File

@ -1308,7 +1308,7 @@ body.cheatin p {
}
.customize-controls-preview-toggle .controls:before {
content: "\f100";
content: "\f540";
}
.preview-only #customize-controls {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33149';
$wp_version = '4.3-beta2-33150';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.