Making WordPress.org

Changeset 4653


Ignore:
Timestamp:
01/13/2017 01:13:54 AM (10 years ago)
Author:
pento
Message:

Breathe: [4652] prevented the current menu from being closed, which is a fun, but defective, experience.

See #1825.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php

    r4652 r4653  
    4747
    4848        // Cacheing hack
    49         wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170113' );
     49        wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170113a' );
    5050}
    5151add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r4652 r4653  
    909909  border-left: 5px solid #0073aa;
    910910}
    911 .menu-table-of-contents-container .current-menu-ancestor ul,
    912911.menu-table-of-contents-container ul.default-open {
    913912  display: block !important;
     913}
     914.menu-table-of-contents-container .current-menu-item ul,
     915.menu-table-of-contents-container .current-menu-ancestor ul {
     916        display: block;
    914917}
    915918.menu-table-of-contents-container .children {
Note: See TracChangeset for help on using the changeset viewer.