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_forms.scss

    r12398 r12814  
    11// BP Forms Elements Global Styles
    22// @since 3.0.0
    3 // @version 5.0.0
     3// @version 7.0.0
    44
    55// Some essential classes used for forms elements:
     
    8888        .groups-members-search input[type="search"],
    8989        .groups-members-search input[type="text"] {
    90             background: $off-white;
     90            background-color: $off-white;
    9191            border: 1px solid $form-border-color;
    9292            border-radius: 0;
     
    164164        textarea:focus,
    165165        select:focus {
    166             background: $off-white;
     166            background-color: $off-white;
    167167            color: $bp-text;
    168168            outline: 0;
Note: See TracChangeset for help on using the changeset viewer.