Apply accessibility improvements to Plugins screen too.
props SergeyBiryukov. fixes #29342. Built from https://develop.svn.wordpress.org/trunk@29583 git-svn-id: http://core.svn.wordpress.org/trunk@29357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -38,7 +38,7 @@ jQuery( document ).ready( function( $ ) {
|
||||
tb_position();
|
||||
});
|
||||
|
||||
$('.plugin-card').on( 'click', 'a.thickbox', function() {
|
||||
$( '.plugin-card, .plugins .column-description' ).on( 'click', 'a.thickbox', function() {
|
||||
tb_click.call(this);
|
||||
|
||||
$('#TB_title').css({'background-color':'#222','color':'#cfcfcf'});
|
||||
|
||||
Reference in New Issue
Block a user