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:
parent
6484ca83a5
commit
3b66710dae
|
@ -370,11 +370,6 @@ class Featured_Content {
|
||||||
*/
|
*/
|
||||||
public static function enqueue_scripts() {
|
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_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;
|
|
||||||
}
|
|
||||||
" );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue