mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Revert r18875. Sorting arrows should be displayed when the screen is too narrow. See #15993.
git-svn-id: https://develop.svn.wordpress.org/trunk@19400 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2368,7 +2368,6 @@ table.fixed {
|
||||
height: 4px;
|
||||
margin-top: 8px;
|
||||
margin-left: 7px;
|
||||
position: absolute;
|
||||
background-image: url(../images/sort.gif);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@@ -2386,7 +2385,6 @@ th.sortable a,
|
||||
th.sorted a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
padding: 7px 7px 8px;
|
||||
}
|
||||
|
||||
@@ -2403,13 +2401,13 @@ th.sorted a span {
|
||||
|
||||
th.sorted.asc .sorting-indicator,
|
||||
th.desc:hover span.sorting-indicator {
|
||||
display: inline;
|
||||
display: block;
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
th.sorted.desc .sorting-indicator,
|
||||
th.asc:hover span.sorting-indicator {
|
||||
display: inline;
|
||||
display: block;
|
||||
background-position: -7px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user