vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.0.24 vs vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.1.0

- old
+ new

@@ -25,24 +25,17 @@ font-weight: text-weight(semibold); text-align: center; vertical-align: middle; width: 1%; - @if ($pseudo-elements) { + &.primary { + color: text-color-on(primary); + background: color(primary); + &:hover, &.active, &:active, - &:focus { color: color(primary); } - - &.primary { - &:hover, - &.active, - &:active, - &:focus { - background: color(primary); - color: text-color-on(primary); - } - } + &:focus { background: darkish-color(primary); } } > i { font-size: text-size(l); display: block;