Administration: Remove duplicate `font-face` declaration in Dashicons CSS.
This was causing console warnings in some browsers. Props aduth, joen, afercia, timph, ianbelanger. Fixes #47183. Built from https://develop.svn.wordpress.org/trunk@45310 git-svn-id: http://core.svn.wordpress.org/trunk@45121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f48f926077
commit
5173099abc
|
@ -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
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45309';
|
||||
$wp_version = '5.3-alpha-45310';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue