mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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. Merges [45501] and [45502] to the 5.2 branch. Fixes #46749 for 5.2.2. Built from https://develop.svn.wordpress.org/branches/5.2@45513 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7eab77d326
commit
b2fbbe2100
|
|
@ -1677,12 +1677,7 @@ form.upgrade .hint {
|
|||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap {
|
||||
float: right;
|
||||
height: 28px;
|
||||
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 {
|
||||
|
|
@ -1691,12 +1686,17 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#screen-meta-links .show-settings {
|
||||
border: 0;
|
||||
background: none;
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
border-bottom-color: #ccc;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
padding: 3px 16px 3px 6px;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
color: #72777c;
|
||||
line-height: 1.7;
|
||||
padding: 3px 16px 3px 6px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:hover,
|
||||
|
|
@ -1705,8 +1705,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1677,12 +1677,7 @@ form.upgrade .hint {
|
|||
#screen-options-link-wrap,
|
||||
#contextual-help-link-wrap {
|
||||
float: left;
|
||||
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 {
|
||||
|
|
@ -1691,12 +1686,17 @@ form.upgrade .hint {
|
|||
}
|
||||
|
||||
#screen-meta-links .show-settings {
|
||||
border: 0;
|
||||
background: none;
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
border-bottom-color: #ccc;
|
||||
height: auto;
|
||||
margin-bottom: 0;
|
||||
padding: 3px 6px 3px 16px;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
color: #72777c;
|
||||
line-height: 1.7;
|
||||
padding: 3px 6px 3px 16px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:hover,
|
||||
|
|
@ -1705,8 +1705,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.2-alpha-45512';
|
||||
$wp_version = '5.2.2-alpha-45513';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user