Reveal row actions on focus on taxonomy screens.
props afercia. fixes #30980. git-svn-id: https://develop.svn.wordpress.org/trunk@31173 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
819a53be46
commit
cfa5aa457d
|
@ -442,7 +442,7 @@ $(document).ready( function() {
|
|||
});
|
||||
|
||||
// Show row actions on keyboard focus of its parent container element or any other elements contained within
|
||||
$( 'td.post-title, td.title, td.comment, .bookmarks td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
|
||||
$( 'td.post-title, td.title, td.comment, td.column-name, td.blogname, td.username, .dashboard-comment-wrap' ).focusin(function(){
|
||||
clearTimeout( transitionTimeout );
|
||||
focusedRowActions = $(this).find( '.row-actions' );
|
||||
focusedRowActions.addClass( 'visible' );
|
||||
|
|
Loading…
Reference in New Issue