mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
11a205d489
commit
0d870b2d4e
@ -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 * {
|
||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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 * {
|
||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user