Toolbar: Protect against Firefox font rendering interference by themes.

props cbaldelomar.
fixes #30021.

Built from https://develop.svn.wordpress.org/trunk@31824


git-svn-id: http://core.svn.wordpress.org/trunk@31806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-03-18 22:04:27 +00:00
parent 11a205d489
commit 0d870b2d4e
5 changed files with 5 additions and 3 deletions

View File

@ -16,6 +16,7 @@
-webkit-transition: none;
transition: none;
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
}
.rtl #wpadminbar * {

File diff suppressed because one or more lines are too long

View File

@ -16,6 +16,7 @@
-webkit-transition: none;
transition: none;
-webkit-font-smoothing: subpixel-antialiased; /* Prevent Safari from switching to standard antialiasing on hover */
-moz-osx-font-smoothing: auto; /* Prevent Firefox from inheriting from themes that use other values */
}
.rtl #wpadminbar * {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta1-31823';
$wp_version = '4.2-beta1-31824';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.