vendor/assets/stylesheets/components/_navbar.scss in active_frontend-15.1.6 vs vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.0.0
- old
+ new
@@ -8,11 +8,11 @@
// Navbar
// ==================================================
.navbar {
background: color(white);
border-collapse: separate;
- border-top: 1px solid color(dark-haze);
+ border-top: 1px solid color(haze);
box-sizing: border-box;
display: table;
height: 54px;
line-height: 1;
table-layout: fixed;
@@ -36,11 +36,11 @@
&.primary {
&:hover,
&.active,
&:active,
&:focus {
- background: darkish-color(primary);
- color: color(white);
+ background: color(primary);
+ color: text-color-on(primary);
}
}
}
> i {