Improve table footer tab sequence by moving <tfoot> after <tbody>. Props afercia, rianrietveld, DrewAPicture. Fixes #30914.
Built from https://develop.svn.wordpress.org/trunk@31513 git-svn-id: http://core.svn.wordpress.org/trunk@31494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1631,7 +1631,6 @@ html.wp-toolbar {
|
||||
|
||||
.widefat th,
|
||||
.widefat td {
|
||||
overflow: hidden;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
@@ -1631,7 +1631,6 @@ html.wp-toolbar {
|
||||
|
||||
.widefat th,
|
||||
.widefat td {
|
||||
overflow: hidden;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
|
||||
@@ -475,17 +475,6 @@ th.sorted a {
|
||||
padding: 7px 10px 8px 7px;
|
||||
}
|
||||
|
||||
th.manage-column a,
|
||||
th.sortable a:hover,
|
||||
th.sortable a:active,
|
||||
th.sortable a:focus {
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
th.sortable a:focus {
|
||||
background: #e1e1e1;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
.fixed .column-comments.sorted a {
|
||||
padding: 8px 0;
|
||||
|
||||
@@ -475,17 +475,6 @@ th.sorted a {
|
||||
padding: 7px 7px 8px 10px;
|
||||
}
|
||||
|
||||
th.manage-column a,
|
||||
th.sortable a:hover,
|
||||
th.sortable a:active,
|
||||
th.sortable a:focus {
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
th.sortable a:focus {
|
||||
background: #e1e1e1;
|
||||
}
|
||||
|
||||
.fixed .column-comments.sortable a,
|
||||
.fixed .column-comments.sorted a {
|
||||
padding: 8px 0;
|
||||
|
||||
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
Reference in New Issue
Block a user