Make WordPress Core

Changeset 26086


Ignore:
Timestamp:
11/11/2013 05:42:04 PM (10 years ago)
Author:
SergeyBiryukov
Message:

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

fixes #25867.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php

    r26083 r26086  
    371371    public static function enqueue_scripts() {
    372372        wp_enqueue_script( 'featured-content-suggest', get_template_directory_uri() . '/js/featured-content-admin.js', array( 'jquery', 'suggest' ), '20131022', true );
    373         wp_add_inline_style( 'customize-controls', "
    374             .ac_results {
    375                 z-index: 500000;
    376             }
    377         " );
    378373    }
    379374
Note: See TracChangeset for help on using the changeset viewer.