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.

Built from https://develop.svn.wordpress.org/trunk@45501


git-svn-id: http://core.svn.wordpress.org/trunk@45312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-06-08 14:50:52 +00:00
parent 7cee029897
commit 17034e2a4e
5 changed files with 15 additions and 17 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-alpha-45500'; $wp_version = '5.3-alpha-45501';
/** /**
* 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.