Plugins list table: Make selector for Details links more specific to prevent the Description header from being announced as "clickable".

props afercia.
fixes #32968.

git-svn-id: https://develop.svn.wordpress.org/trunk@33462 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-28 14:49:41 +00:00
parent cda0fa1f76
commit 962cc345ae

View File

@ -38,7 +38,7 @@ jQuery( document ).ready( function( $ ) {
tb_position();
});
$( '.plugin-card, .plugins .column-description' ).on( 'click', 'a.thickbox', function() {
$( '.plugin-card, .plugins .plugin-version-author-uri' ).on( 'click', 'a.thickbox', function() {
tb_click.call(this);
$('#TB_title').css({'background-color':'#23282d','color':'#cfcfcf'});