From 315681a8ed80ba00fa0ec1b85e4bce3aa8abd1ea Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2013 17:42:04 +0000 Subject: [PATCH] Remove the code for increasing z-index for the tag suggestion script from Twenty Fourteen. fixes #25867. git-svn-id: https://develop.svn.wordpress.org/trunk@26086 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfourteen/inc/featured-content.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/inc/featured-content.php b/src/wp-content/themes/twentyfourteen/inc/featured-content.php index 958f28142e..c46c22126f 100644 --- a/src/wp-content/themes/twentyfourteen/inc/featured-content.php +++ b/src/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; - } - " ); } /**