mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-09-06 00:50:32 +00:00
Apply accessibility improvements to Plugins screen too.
props SergeyBiryukov. fixes #29342. git-svn-id: https://develop.svn.wordpress.org/trunk@29583 602fd350-edb4-49c9-b593-d223f7449a82
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