List tables: Select All should not be a column header.
It sets a redundant relationship with all checkboxes in its column and also conveys wrong information for screen readers. props afercia, valendesigns. see #31654. Built from https://develop.svn.wordpress.org/trunk@32984 git-svn-id: http://core.svn.wordpress.org/trunk@32955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -484,12 +484,16 @@ table.ie-fixed {
|
||||
}
|
||||
|
||||
.widefat tr,
|
||||
.widefat th {
|
||||
.widefat th,
|
||||
.widefat thead td,
|
||||
.widefat tfoot td {
|
||||
margin-bottom: 0;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.widefat th input {
|
||||
.widefat th input,
|
||||
.widefat thead td input,
|
||||
.widefat tfoot td input {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user