assets/stylesheets/patternfly/_sidebar.scss in patternfly-sass-3.3.6 vs assets/stylesheets/patternfly/_sidebar.scss in patternfly-sass-3.4.0

- old
+ new

@@ -39,11 +39,11 @@ } .nav-pills > li { &.active > a { background: $dropdown-link-active-bg !important; border-color: $dropdown-link-active-border-color !important; - color: #fff; + color: $color-pf-white; @media (min-width: $grid-float-breakpoint) { &:after { content: $fa-var-angle-right; font-family: $icon-font-name-fa; display: block; @@ -51,10 +51,10 @@ right: ($grid-gutter-width / 2 / 2) ; top: 1px; } } .fa { - color: #fff; + color: $color-pf-white; } } > a { border-bottom: 1px solid transparent; border-radius: 0;