Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2018 03:13:54 PM (8 years ago)
Author:
boonebgorges
Message:

Fix incorrect :not() syntax.

Fixes #7797.

File:
1 edited

Legend:

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

    r12036 r12043  
    155155                &.bp-dir-hori-nav {
    156156
    157                         nav:not(".tabbed-links") {
     157                        nav:not(.tabbed-links) {
    158158                                border-bottom: 1px solid $bp-border-color;
    159159                                border-top: 1px solid $bp-border-color;
Note: See TracChangeset for help on using the changeset viewer.