Buttons: Screen Options/Help shouldn't have active styling.
see #31459. Built from https://develop.svn.wordpress.org/trunk@35422 git-svn-id: http://core.svn.wordpress.org/trunk@35386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
831f3d4105
commit
68951bd30c
|
@ -1535,6 +1535,12 @@ form.upgrade .hint {
|
|||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:after {
|
||||
left: 0;
|
||||
content: "\f140";
|
||||
|
|
|
@ -1535,6 +1535,12 @@ form.upgrade .hint {
|
|||
color: #32373c;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:active {
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
#screen-meta-links .show-settings:after {
|
||||
right: 0;
|
||||
content: "\f140";
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-beta1-35421';
|
||||
$wp_version = '4.4-beta1-35422';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue