Ticket #38676: 38676.1.patch
| File 38676.1.patch, 2.0 KB (added by , 10 years ago) |
|---|
-
wp-admin/css/common.css
899 899 color: #f00; 900 900 } 901 901 902 .row-actions .button-link { 903 color: #0073aa; 904 outline: 0; 905 -webkit-transition-property: border, background, color; 906 transition-property: border, background, color; 907 -webkit-transition-duration: .05s; 908 transition-duration: .05s; 909 -webkit-transition-timing-function: ease-in-out; 910 transition-timing-function: ease-in-out; 911 } 912 913 .row-actions .button-link:hover, 914 .row-actions .button-link:active { 915 color: #00a0d2; 916 } 917 918 .row-actions .button-link:focus { 919 color: #124964; 920 -webkit-box-shadow: 921 0 0 0 1px #5b9dd9, 922 0 0 2px 1px rgba(30, 140, 190, .8); 923 box-shadow: 924 0 0 0 1px #5b9dd9, 925 0 0 2px 1px rgba(30, 140, 190, .8); 926 } 927 902 928 /*------------------------------------------------------------------------------ 903 929 3.0 - Actions 904 930 ------------------------------------------------------------------------------*/ -
wp-admin/includes/class-wp-comments-list-table.php
583 583 if ( 'spam' !== $the_comment_status && 'trash' !== $the_comment_status ) { 584 584 $actions['edit'] = "<a href='comment.php?action=editcomment&c={$comment->comment_ID}' aria-label='" . esc_attr__( 'Edit this comment' ) . "'>". __( 'Edit' ) . '</a>'; 585 585 586 $format = '< a data-comment-id="%d" data-post-id="%d" data-action="%s" class="%s" aria-label="%s" href="#">%s</a>';586 $format = '<button data-comment-id="%d" data-post-id="%d" data-action="%s" class="%s button-link" aria-label="%s">%s</button>'; 587 587 588 588 $actions['quickedit'] = sprintf( $format, $comment->comment_ID, $comment->comment_post_ID, 'edit', 'vim-q comment-inline', esc_attr__( 'Quick edit this comment inline' ), __( 'Quick Edit' ) ); 589 589
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)