Changeset 32521
- Timestamp:
- 05/21/2015 06:04:03 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/list-tables.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r32495 r32521 373 373 374 374 .sorting-indicator:before { 375 background: none;376 375 content: '\f142'; 377 376 font: normal 20px/1 'dashicons'; … … 397 396 398 397 th.sorted.asc .sorting-indicator:before, 399 th.desc:hover span.sorting-indicator:before { 398 th.desc:hover span.sorting-indicator:before, 399 th.desc a:focus span.sorting-indicator:before { 400 400 content: '\f142'; 401 401 } 402 402 403 403 th.sorted.desc .sorting-indicator:before, 404 th.asc:hover span.sorting-indicator:before { 404 th.asc:hover span.sorting-indicator:before, 405 th.asc a:focus span.sorting-indicator:before { 405 406 content: '\f140'; 406 407 } … … 483 484 } 484 485 485 th.sorted.asc .sorting-indicator, 486 th.desc:hover span.sorting-indicator { 486 th.sorted .sorting-indicator, 487 th.desc:hover span.sorting-indicator, 488 th.desc a:focus span.sorting-indicator, 489 th.asc:hover span.sorting-indicator, 490 th.asc a:focus span.sorting-indicator { 487 491 display: block; 488 background-position: 0 0;489 }490 491 th.sorted.desc .sorting-indicator,492 th.asc:hover span.sorting-indicator {493 display: block;494 background-position: -7px 0;495 492 } 496 493
Note: See TracChangeset
for help on using the changeset viewer.