mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-12 03:13:29 +01:00
List Tables: Ensure that sorting indicators have layout when cell widths are being calculated.
See #27743. Built from https://develop.svn.wordpress.org/trunk@34323 git-svn-id: http://core.svn.wordpress.org/trunk@34287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6dc9ffc090
commit
60fadd7bdc
@ -434,7 +434,8 @@ table.media .column-title .filename {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sorting-indicator {
|
.sorting-indicator {
|
||||||
display: none;
|
display: block;
|
||||||
|
visibility: hidden;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@ -614,7 +615,7 @@ th.desc:hover span.sorting-indicator,
|
|||||||
th.desc a:focus span.sorting-indicator,
|
th.desc a:focus span.sorting-indicator,
|
||||||
th.asc:hover span.sorting-indicator,
|
th.asc:hover span.sorting-indicator,
|
||||||
th.asc a:focus span.sorting-indicator {
|
th.asc a:focus span.sorting-indicator {
|
||||||
display: block;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bulk Actions */
|
/* Bulk Actions */
|
||||||
|
@ -434,7 +434,8 @@ table.media .column-title .filename {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sorting-indicator {
|
.sorting-indicator {
|
||||||
display: none;
|
display: block;
|
||||||
|
visibility: hidden;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
@ -614,7 +615,7 @@ th.desc:hover span.sorting-indicator,
|
|||||||
th.desc a:focus span.sorting-indicator,
|
th.desc a:focus span.sorting-indicator,
|
||||||
th.asc:hover span.sorting-indicator,
|
th.asc:hover span.sorting-indicator,
|
||||||
th.asc a:focus span.sorting-indicator {
|
th.asc a:focus span.sorting-indicator {
|
||||||
display: block;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Bulk Actions */
|
/* Bulk Actions */
|
||||||
|
4
wp-admin/css/wp-admin-rtl.min.css
vendored
4
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
4
wp-admin/css/wp-admin.min.css
vendored
4
wp-admin/css/wp-admin.min.css
vendored
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.4-alpha-34322';
|
$wp_version = '4.4-alpha-34323';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user