Make WordPress Core

Ticket #48751: 48751.show-comments-actions.diff

File 48751.show-comments-actions.diff, 741 bytes (added by sabernhardt, 5 years ago)

another option: show all links for Comments tables, opt-in for the rest

  • src/wp-admin/css/list-tables.css

     
    820820        color: #000;
    821821}
    822822
     823.prefers-row-actions-visible .row-actions,
    823824.no-js .row-actions,
    824825tr:hover .row-actions,
    825826.mobile .row-actions,
    826827.row-actions.visible,
    827 .comment-item:hover .row-actions {
     828.comment .row-actions {
    828829        position: static;
    829830}
    830831
    831 /* deprecated */
    832 .row-actions-visible {
    833         padding: 2px 0 0;
    834 }
    835832
    836 
    837833/*------------------------------------------------------------------------------
    838834  10.1 - Inline Editing
    839835------------------------------------------------------------------------------*/