Administration: Improve the Screen Options and Help buttons focus style after [45501].
Amends [45501]. See #46749. Built from https://develop.svn.wordpress.org/trunk@45502 git-svn-id: http://core.svn.wordpress.org/trunk@45313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17034e2a4e
commit
be14c6e5c6
|
@ -1693,14 +1693,15 @@ form.upgrade .hint {
|
|||
#screen-meta-links .show-settings {
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
border-bottom-color: #ccc;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
padding: 3px 16px 3px 6px;
|
||||
background: none;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
color: #72777c;
|
||||
line-height: 1.7;
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:hover,
|
||||
|
@ -1709,8 +1710,12 @@ form.upgrade .hint {
|
|||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1693,14 +1693,15 @@ form.upgrade .hint {
|
|||
#screen-meta-links .show-settings {
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
border-bottom-color: #ccc;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
padding: 3px 6px 3px 16px;
|
||||
background: none;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
color: #72777c;
|
||||
line-height: 1.7;
|
||||
background: #fff;
|
||||
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:hover,
|
||||
|
@ -1709,8 +1710,12 @@ form.upgrade .hint {
|
|||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:focus {
|
||||
border-color: #5b9dd9;
|
||||
box-shadow: 0 0 3px rgba(0, 115, 170, 0.8);
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.3-alpha-45501';
|
||||
$wp_version = '5.3-alpha-45502';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue