Making WordPress.org

Changeset 4713


Ignore:
Timestamp:
01/17/2017 09:37:15 PM (8 years ago)
Author:
mapk
Message:

Breathe: Fixed the subheader link underlines.

The Breathe subheader was using the underline decoration for current state items, but needed to use the border-bottom:underline instead to match the new plugin directory and support forums.

Props: SergeyBiryukov

Fixes: #2155

File:
1 edited

Legend:

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

    r4712 r4713  
    109109
    110110.navigation-main ul li a {
    111     padding: 4px 0;
     111    padding: 4px 0 0;
    112112}
    113113
    114114.navigation-main ul li:hover > a,
    115 .navigation-main ul li.current-menu-item a {
     115.navigation-main ul li.current-menu-item a,
     116.navigation-main ul li.current-menu-item:hover a {
    116117    background: transparent;
    117     text-decoration: underline;
     118    border-bottom: 1px solid #fff;
     119}
     120
     121.navigation-main ul li:hover > a {
     122    border-bottom: none;
    118123}
    119124
Note: See TracChangeset for help on using the changeset viewer.