Administration: Remove duplicate font-face declaration in Dashicons CSS.

This was causing console warnings in some browsers.

Merges [45310] to the 5.2 branch.

Props aduth, joen, afercia, timph, ianbelanger.
Fixes #47183.
Built from https://develop.svn.wordpress.org/branches/5.2@45312


git-svn-id: http://core.svn.wordpress.org/branches/5.2@45123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-05-15 19:47:55 +00:00
parent 179aa5ca3d
commit 7d01e72e43
3 changed files with 2 additions and 10 deletions

View File

@ -5,14 +5,6 @@
*/
/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
@font-face {
font-family: dashicons;
src: url("../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: dashicons;
src: url("../fonts/dashicons.eot?50db0456fde2a241f005968eede3f987");

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2.1-alpha-45303';
$wp_version = '5.2.1-alpha-45312';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.