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;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66;
|
||||
outline-offset: -1px;
|
||||
outline: 2px solid #0071a1;
|
||||
background-color: #f8f9f9;
|
||||
}
|
||||
|
||||
.health-check-accordion-trigger .title {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -321,8 +321,9 @@
|
|||
color: #191e23;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
outline-offset: -2px;
|
||||
outline: 1px dotted #555d66;
|
||||
outline-offset: -1px;
|
||||
outline: 2px solid #0071a1;
|
||||
background-color: #f8f9f9;
|
||||
}
|
||||
|
||||
.health-check-accordion-trigger .title {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue