Administration: Update chevron color in Site Health.
Props afercia. Fixes #46934. See #46730. Built from https://develop.svn.wordpress.org/trunk@45202 git-svn-id: http://core.svn.wordpress.org/trunk@45011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
10239ba45d
commit
df276c333a
|
@ -312,7 +312,7 @@
|
||||||
|
|
||||||
.health-check-accordion-trigger .icon,
|
.health-check-accordion-trigger .icon,
|
||||||
.site-health-view-passed .icon {
|
.site-health-view-passed .icon {
|
||||||
border: solid #191e23;
|
border: solid #555D66;
|
||||||
border-width: 0 0 2px 2px;
|
border-width: 0 0 2px 2px;
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -312,7 +312,7 @@
|
||||||
|
|
||||||
.health-check-accordion-trigger .icon,
|
.health-check-accordion-trigger .icon,
|
||||||
.site-health-view-passed .icon {
|
.site-health-view-passed .icon {
|
||||||
border: solid #191e23;
|
border: solid #555D66;
|
||||||
border-width: 0 2px 2px 0;
|
border-width: 0 2px 2px 0;
|
||||||
height: 0.5rem;
|
height: 0.5rem;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.2-beta3-45201';
|
$wp_version = '5.2-beta3-45202';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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