Make WordPress Core

Changeset 34323


Ignore:
Timestamp:
09/19/2015 04:14:59 PM (8 years ago)
Author:
wonderboymusic
Message:

List Tables: Ensure that sorting indicators have layout when cell widths are being calculated.

See #27743.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r34276 r34323  
    435435
    436436.sorting-indicator {
    437     display: none;
     437    display: block;
     438    visibility: hidden;
    438439    width: 10px;
    439440    height: 4px;
     
    615616th.asc:hover span.sorting-indicator,
    616617th.asc a:focus span.sorting-indicator {
    617     display: block;
     618    visibility: visible;
    618619}
    619620
Note: See TracChangeset for help on using the changeset viewer.