From 3b66710dae65ac9db15fbb7c30258b367d2888cf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2013 17:43:09 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyfourteen/inc/featured-content.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-content/themes/twentyfourteen/inc/featured-content.php b/wp-content/themes/twentyfourteen/inc/featured-content.php index 958f28142e..c46c22126f 100644 --- a/wp-content/themes/twentyfourteen/inc/featured-content.php +++ b/wp-content/themes/twentyfourteen/inc/featured-content.php @@ -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; - } - " ); } /**