Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/04/2020 06:13:48 PM (4 years ago)
Author:
imath
Message:

BP Nouveau gets ready for Twenty Twenty-One

Improve the BP Nouveau template pack to make BuddyPress appearance looks great into the next WordPress default theme (Twenty Twenty-One).

Use the companion stylesheet feature to only load CSS rules specific to Twenty Twenty-One if it is the active theme or the parent of the active theme.

Props vapvarun

Fixes #8395

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_navigation.scss

    r12582 r12814  
    11// BP primary & secondary navigation - directory and single screens
    2 // @version 3.0.0
     2// @since 3.0.0
     3// @version 7.0.0
    34
    45// all devices & generic styles sitewide
     
    101102
    102103        li:not(.current),
    103         li:not(.selected), {
     104        li:not(.selected) {
    104105
    105106            a:focus,
     
    252253        }
    253254    }
    254 
    255255} // close .buddypress-wrap
    256256
     
    422422
    423423    } // close @media
    424 
    425424} // close .buddypress-wrap
    426425
     
    441440            }
    442441        }
    443 
    444442    }
    445443}
Note: See TracChangeset for help on using the changeset viewer.