vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.1.2 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.1.4
- old
+ new
@@ -44,12 +44,12 @@
.toolbar > a.btn { line-height: 55px; }
.toolbar > a:hover,
.toolbar > a.active,
.toolbar > a:active
.toolbar > a:focus {
- background: $color-primary;
- color: $color-white;
+ background: $color-light-haze;
+ color: $color-primary;
}
.toolbar > a[disabled] {
background: $color-transparent;
color: $color-gray;
cursor: not-allowed;
@@ -65,13 +65,21 @@
.toolbar-dark {
background: $color-black;
border-color: $color-dark-black !important;
color: $color-white;
}
+.toolbar-dark > a:hover,
+.toolbar-dark > a.active,
+.toolbar-dark > a:active
+.toolbar-dark > a:focus { background: $color-light-black; }
.toolbar-light {
background: $color-light-haze;
border-color: $color-dark-haze !important;
}
+.toolbar-light > a:hover,
+.toolbar-light > a.active,
+.toolbar-light > a:active
+.toolbar-light > a:focus { background: $color-haze; }
/* # Media Queries
================================================== */
@media only screen and (max-width: 767px) {
.toolbar { display: none; }
\ No newline at end of file