Make WordPress Core


Ignore:
Timestamp:
02/22/2015 09:47:30 PM (9 years ago)
Author:
azaozz
Message:

Improve table footer tab sequence by moving <tfoot> after <tbody>. Props afercia, rianrietveld, DrewAPicture. Fixes #30914.

File:
1 edited

Legend:

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

    r31507 r31513  
    476476}
    477477
    478 th.manage-column a,
    479 th.sortable a:hover,
    480 th.sortable a:active,
    481 th.sortable a:focus {
    482     color: #32373c;
    483 }
    484 
    485 th.sortable a:focus {
    486     background: #e1e1e1;
    487 }
    488 
    489478.fixed .column-comments.sortable a,
    490479.fixed .column-comments.sorted a {
Note: See TracChangeset for help on using the changeset viewer.