Administration: Improve the Screen Options and Help buttons focus style after [45501].

Amends [45501].
See #46749.


git-svn-id: https://develop.svn.wordpress.org/trunk@45502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-06-08 16:06:19 +00:00
parent dfb4b20cbd
commit 7c04864ef5

View File

@ -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;
}