Make entire sortable header clickable. Props batmoo. Fixes #15352
git-svn-id: http://svn.automattic.com/wordpress/trunk@16472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1361,13 +1361,17 @@ table.fixed {
|
||||
|
||||
.sorting-indicator {
|
||||
display: none;
|
||||
float: left;
|
||||
width: 21px;
|
||||
height: 4px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
th.sortable a, th.sorted-asc a, th.sorted-desc a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
th.sortable a span, th.sorted-asc a span, th.sorted-desc a span {
|
||||
float: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
th.sorted-asc .sorting-indicator, th.sorted-desc:hover .sorting-indicator, th.sortable:hover .sorting-indicator {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user