mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 20:15:08 +00:00
Site Health: Improve focus style for accordion items on Site Health screens.
The new style is more consistent with other elements like `.wp-core-ui` buttons. Props audrasjb, mensmaximus, afercia, melchoyce, Clorith. Fixes #48578. Built from https://develop.svn.wordpress.org/trunk@47188 git-svn-id: http://core.svn.wordpress.org/trunk@46988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa0563c877
commit
c32e05f308
@ -322,8 +322,9 @@
|
|||||||
color: #191e23;
|
color: #191e23;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline-offset: -2px;
|
outline-offset: -1px;
|
||||||
outline: 1px dotted #555d66;
|
outline: 2px solid #0071a1;
|
||||||
|
background-color: #f8f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.health-check-accordion-trigger .title {
|
.health-check-accordion-trigger .title {
|
||||||
|
2
wp-admin/css/site-health-rtl.min.css
vendored
2
wp-admin/css/site-health-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -321,8 +321,9 @@
|
|||||||
color: #191e23;
|
color: #191e23;
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
outline-offset: -2px;
|
outline-offset: -1px;
|
||||||
outline: 1px dotted #555d66;
|
outline: 2px solid #0071a1;
|
||||||
|
background-color: #f8f9f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.health-check-accordion-trigger .title {
|
.health-check-accordion-trigger .title {
|
||||||
|
2
wp-admin/css/site-health.min.css
vendored
2
wp-admin/css/site-health.min.css
vendored
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.4-alpha-47187';
|
$wp_version = '5.4-alpha-47188';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
x
Reference in New Issue
Block a user