Administration: Remove extra border from the Screen Options and Help buttons.

The extra border was visible in the responsive view for smaller screens after [32844].

Props jitendrabanjara1991.
Fixes #46749.


git-svn-id: https://develop.svn.wordpress.org/trunk@45501 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-06-08 14:49:50 +00:00
parent 0af549fdf5
commit dfb4b20cbd
1 changed files with 6 additions and 7 deletions

View File

@ -1682,12 +1682,7 @@ form.upgrade .hint {
#screen-options-link-wrap,
#contextual-help-link-wrap {
float: right;
height: 28px;
margin: 0 0 0 6px;
border: 1px solid #ddd;
border-top: none;
background: #fff;
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
}
#screen-meta-links .screen-meta-toggle {
@ -1696,12 +1691,16 @@ form.upgrade .hint {
}
#screen-meta-links .show-settings {
border: 0;
border: 1px solid #ddd;
border-top: none;
margin-bottom: 0;
padding: 3px 6px 3px 16px;
background: none;
border-radius: 0;
color: #72777c;
line-height: 1.7;
padding: 3px 6px 3px 16px;
background: #fff;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
#screen-meta-links .show-settings:hover,