vendor/assets/stylesheets/components/_navbar.scss in active_frontend-14.2.4 vs vendor/assets/stylesheets/components/_navbar.scss in active_frontend-14.2.5

- old
+ new

@@ -30,27 +30,26 @@ &:hover, &.active, &:active, &:focus { color: color(primary); } - > i { - font-size: text-size(l); - display: block; - margin-bottom: 3px; - } - } - - &.primary { - > a { + &.primary { &:hover, &.active, &:active, &:focus { background: darkish-color(primary); color: color(white); } } + + > i { + font-size: text-size(l); + display: block; + margin-bottom: 3px; + } } + &.fixed { bottom: 0; left: 0; position: fixed; right: 0;