Themes: Avoid jumping when selecting a feature in the feature filter on Add Themes screen.
props abhishekfdd. fixes #31497. Built from https://develop.svn.wordpress.org/trunk@31603 git-svn-id: http://core.svn.wordpress.org/trunk@31584 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1750c89afb
commit
b8bbd959e2
|
@ -1136,7 +1136,7 @@ th.action-links {
|
||||||
|
|
||||||
.wp-filter .button.clear-filters {
|
.wp-filter .button.clear-filters {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0 10px 20px 0;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filtered-by {
|
.filtered-by {
|
||||||
|
|
|
@ -1136,7 +1136,7 @@ th.action-links {
|
||||||
|
|
||||||
.wp-filter .button.clear-filters {
|
.wp-filter .button.clear-filters {
|
||||||
display: none;
|
display: none;
|
||||||
margin: 0 0 20px 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filtered-by {
|
.filtered-by {
|
||||||
|
|
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
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31602';
|
$wp_version = '4.2-alpha-31603';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|
|
Loading…
Reference in New Issue