mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Reveal row actions on focus on taxonomy screens.
props afercia. fixes #30980. Built from https://develop.svn.wordpress.org/trunk@31173 git-svn-id: http://core.svn.wordpress.org/trunk@31154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dcaa26c1de
commit
3ac60370b8
@ -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' );
|
||||
|
2
wp-admin/js/common.min.js
vendored
2
wp-admin/js/common.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31172';
|
||||
$wp_version = '4.2-alpha-31173';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user