Remove the code for increasing z-index for the tag suggestion script from Twenty Fourteen.

fixes #25867.
Built from https://develop.svn.wordpress.org/trunk@26086


git-svn-id: http://core.svn.wordpress.org/trunk@26006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-11 17:43:09 +00:00
parent 6484ca83a5
commit 3b66710dae

View File

@ -370,11 +370,6 @@ class Featured_Content {
*/
public static function enqueue_scripts() {
wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131022', true );
wp_add_inline_style( 'customize-controls', "
.ac_results {
z-index: 500000;
}
" );
}
/**