Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/05/2018 01:15:05 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Nav styles

Ensure vertical user navs don't inherit horizontal border styles.

Move vert nav selected anchor padding zero to it's own ruleset to ensure only specified for vert tabbed link.

File:
1 edited

Legend:

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

    r12062 r12066  
    475475                    background: $grey;
    476476                    color: $black;
    477                     padding-left: 0;
    478477                }
    479478
     
    495494            } // li
    496495
     496        }
     497
     498        .bp-navs.vertical.tabbed-links {
     499
     500            li.selected {
     501
     502                a {
     503                    padding-left: 0;
     504                }
     505            }
    497506        }
    498507
Note: See TracChangeset for help on using the changeset viewer.