Admin font: Remove a redundant `sans-serif` declaration.
props samantha-miller. see #36753. Built from https://develop.svn.wordpress.org/trunk@37419 git-svn-id: http://core.svn.wordpress.org/trunk@37385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
283c367df7
commit
a726a9f51f
|
@ -798,7 +798,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar * {
|
#wpadminbar * {
|
||||||
font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif, sans-serif;
|
font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .quicklinks > ul > li > a,
|
#wpadminbar .quicklinks > ul > li > a,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -798,7 +798,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar * {
|
#wpadminbar * {
|
||||||
font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif, sans-serif;
|
font: normal 14px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wpadminbar .quicklinks > ul > li > a,
|
#wpadminbar .quicklinks > ul > li > a,
|
||||||
|
|
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-37418';
|
$wp_version = '4.6-alpha-37419';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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