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:
Dominik Schilling
2014-08-24 16:22:16 +00:00
parent 8a545bf05e
commit 3a980c39c8
3 changed files with 7 additions and 4 deletions

View File

@@ -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'});