Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2018 08:35:16 PM (8 years ago)
Author:
hnla
Message:

Nouveau: Update dir navs

Add horizontal class to classes array as default if vert nav not selected to aid styling rulesets.

Re-factor 'Create Group' button while provision not yet available to select button style force main dir nav button to text style, vert nav selection as button.

Add definition borders top/bottom for medium-up dir navs horizontal configuration.

File:
1 edited

Legend:

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

    r11686 r11813  
    140140        }
    141141
    142         .main-navs.vertical {
     142        .main-navs.vertical { // single screen navs
    143143
    144144            li.selected,
     
    153153        }
    154154
     155        &.bp-dir-hori-nav {
     156
     157            nav {
     158                border-bottom: 1px solid $bp-border-color;
     159                border-top: 1px solid $bp-border-color;
     160
     161                @include box-shadow( 0 2px 12px 0 $off-white);
     162            }
     163        }
    155164    } // close @media
    156165
Note: See TracChangeset for help on using the changeset viewer.