mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Make entire sortable header clickable. Props batmoo. Fixes #15352
git-svn-id: https://develop.svn.wordpress.org/trunk@16472 602fd350-edb4-49c9-b593-d223f7449a82
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