Changeset 34323
- Timestamp:
- 09/19/2015 04:14:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r34276 r34323 435 435 436 436 .sorting-indicator { 437 display: none; 437 display: block; 438 visibility: hidden; 438 439 width: 10px; 439 440 height: 4px; … … 615 616 th.asc:hover span.sorting-indicator, 616 617 th.asc a:focus span.sorting-indicator { 617 display: block;618 visibility: visible; 618 619 } 619 620
Note: See TracChangeset
for help on using the changeset viewer.