vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.3.0 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-11.0.0
- old
+ new
@@ -23,11 +23,11 @@
background: $color-transparent;
border: 0;
border-bottom: 1px solid $color-haze;
border-radius: 0;
box-sizing: border-box;
- color: $color-light-black;
+ color: $color-black;
display: block;
font-size: 21px;
height: 55px;
line-height: 60px;
padding: 0;
@@ -45,23 +45,22 @@
.toolbar > a[disabled],
.toolbar > a[disabled]:hover,
.toolbar > a[disabled]:active,
.toolbar > a[disabled]:focus {
background: $color-transparent;
- color: $color-light-black;
+ color: $color-black;
cursor: not-allowed;
pointer-events: none;
}
.toolbar > .tooltip {
- width: auto !important;
min-width: 80px;
+ width: 80px;
}
/* # Colors
================================================== */
-.toolbar-dark,
-.toolbar-dark.toolbar-alt {
+.toolbar-dark {
background: $color-black;
border-color: $color-dark-black;
}
.toolbar-dark > a,
.toolbar-dark > a[disabled],
@@ -69,11 +68,10 @@
.toolbar-dark > a[disabled]:active,
.toolbar-dark > a[disabled]:focus {
color: $color-gray;
border-color: $color-dark-black;
}
-.toolbar-light,
-.toolbar-light.toolbar-alt {
+.toolbar-light {
background: $color-light-haze;
border-color: $color-dark-haze;
}
.toolbar-light > a,
.toolbar-light > a[disabled],
\ No newline at end of file