Making WordPress.org

Changeset 8852


Ignore:
Timestamp:
05/23/2019 03:56:08 PM (6 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: mobile responsive CSS improvements.

Fixes background color styling conflicts on primary navigation.

See #4460.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r8841 r8852  
    5555
    5656    // Version of CSS
    57     $version = '201905200002';
     57    $version = '201905230001';
    5858
    5959    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r8850 r8852  
    16561656        text-decoration: none;
    16571657    }
    1658     #nav {
     1658    #header #nav {
    16591659        margin: 0;
    16601660        float: right;
    16611661        overflow: visible;
    16621662    }
    1663     #bb-nav {
     1663    #header #bb-nav {
    16641664        position: absolute;
    16651665        width: 100%;
     
    16681668        border-bottom: 1px solid #aaa;
    16691669    }
    1670     #bb-nav li {
     1670    #header #bb-nav li {
    16711671        width: 100%;
    16721672        text-align: center;
     
    16741674        padding: 0;
    16751675    }
    1676     #bb-nav li a {
     1676    #header #nav #bb-nav li a {
    16771677        display: block;
    16781678        margin: 0;
    16791679        padding: 20px;
    16801680        color: #000;
    1681         text-shadow: none !important;
    1682         border-radius: 0 !important;
    1683     }
    1684     #bb-nav,
     1681        text-shadow: none;
     1682        border-radius: 0;
     1683    }
     1684    #header #bb-nav,
    16851685    #bbpress-forums .bbp-pagination-count,
    16861686    .bbp-topic-meta {
    16871687        display: none;
    16881688    }
    1689     #nav:hover #bb-nav,
    1690     #nav:focus #bb-nav {
     1689    #header #nav:hover #bb-nav,
     1690    #header #nav:focus #bb-nav {
    16911691        background-color: #eee;
    16921692        display: block !important;
    16931693    }
    1694     #nav:hover #bb-menu-icon:before,
    1695     #nav:focus #bb-menu-icon:before {
     1694    #header #nav:hover #bb-menu-icon:before,
     1695    #header #nav:focus #bb-menu-icon:before {
    16961696        color: #fff;
    16971697    }
Note: See TracChangeset for help on using the changeset viewer.