Administration: Fix remove links color.

Fix regression introduced in [48332] where the specificity
of the admin scheme link colors was higher than the remove link colors.

Props afercia.
Fixes #50536.

Built from https://develop.svn.wordpress.org/trunk@48376


git-svn-id: http://core.svn.wordpress.org/trunk@48145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
youknowriad
2020-07-07 13:47:02 +00:00
parent aee4324b9e
commit b3f1fa4edc
34 changed files with 170 additions and 17 deletions

View File

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