Ticket #27697: 27697.diff
File 27697.diff, 770 bytes (added by , 3 years ago) |
---|
-
src/js/_enqueues/admin/common.js
608 608 $( '#screen-meta-links' ).find( '.screen-meta-toggle' ).not( button.parent() ).css( 'visibility', 'hidden' ); 609 609 610 610 panel.parent().show(); 611 panel.removeClass('hidden'); 611 612 612 613 /** 613 614 * Sets the focus to the meta options panel and adds the necessary CSS classes. … … 646 647 button.removeClass( 'screen-meta-active' ).attr( 'aria-expanded', false ); 647 648 $('.screen-meta-toggle').css('visibility', ''); 648 649 panel.parent().hide(); 650 panel.addClass('hidden'); 649 651 }); 650 652 651 653 $document.trigger( 'screen:options:close' );