Revert [37362], which incorrectly changed Dashicons CSS
`dashicons.css` is an external-ish library and the change there is incorrect. See #36754. Built from https://develop.svn.wordpress.org/trunk@37364 git-svn-id: http://core.svn.wordpress.org/trunk@37330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
610215ceb1
commit
db3d5a6bea
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-site:before {
|
.icon16.icon-site:before {
|
||||||
content: "\f541";
|
content: "\f112";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-generic:before {
|
.icon16.icon-generic:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -97,7 +97,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-site:before {
|
.icon16.icon-site:before {
|
||||||
content: "\f541";
|
content: "\f112";
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon16.icon-generic:before {
|
.icon16.icon-generic:before {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||||
content: "\f541";
|
content: "\f112";
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -527,7 +527,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
|
|
||||||
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
#wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
|
||||||
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
#wpadminbar #wp-admin-bar-site-name > .ab-item:before {
|
||||||
content: "\f541";
|
content: "\f112";
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -78,7 +78,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashicons-admin-network:before {
|
.dashicons-admin-network:before {
|
||||||
content: "\f541";
|
content: "\f112";
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashicons-admin-generic:before {
|
.dashicons-admin-generic:before {
|
||||||
|
|
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.6-alpha-37363';
|
$wp_version = '4.6-alpha-37364';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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