dist/sass/patternfly/_navbar.scss in patternfly-sass-3.37.10 vs dist/sass/patternfly/_navbar.scss in patternfly-sass-3.38.0

- old
+ new

@@ -191,11 +191,11 @@ &:active { background-color: $dropdown-link-active-bg !important; border-color: $dropdown-link-active-border-color !important; color: $color-pf-white !important; small { - color: fade($color-pf-white, 50%) !important; + color: rgba($color-pf-white, (50/100)) !important; } } } li { > a.opt { @@ -205,10 +205,10 @@ padding-left: 10px; padding-right: 10px; } & a { &:active small { - color: fade($color-pf-white, 50%) !important; + color: rgba($color-pf-white, (50/100)) !important; } &:hover, &:focus { small { color: $gray-light;