Making WordPress.org


Ignore:
Timestamp:
09/06/2017 05:44:00 PM (9 years ago)
Author:
obenland
Message:

WPorg/Main: Pull teaser post from blog.

Also fixes to visual bugs where the pointer to the current menu item had the
wrong color and the divider to home below didn't show up.

See #2861.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg/css/objects/_wporg-header.scss

    r3879 r5891  
    5151                text-decoration: none;
    5252        }
     53
     54        @media screen and (min-width: 769px) {
     55                ul li.current-menu-item:after,
     56                ul li.current_page_parent:after,
     57                ul li a.current ~ .uparrow {
     58                        border-bottom-color: $color__wp-blue;
     59                }
     60        }
    5361}
Note: See TracChangeset for help on using the changeset viewer.