Admin font: Remove a redundant `sans-serif` declaration.

props samantha-miller.
see #36753.


git-svn-id: https://develop.svn.wordpress.org/trunk@37419 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2016-05-12 02:13:43 +00:00
parent 4429638da6
commit 8d6d88ffbb
1 changed files with 1 additions and 1 deletions

View File

@ -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,