vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.6 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.7
- old
+ new
@@ -51,11 +51,11 @@
cursor: not-allowed;
pointer-events: none;
}
.toolbar > .tooltip {
width: auto !important;
- min-width: 70px;
+ min-width: 80px;
}
/* # Colors
================================================== */
.toolbar-dark,
@@ -65,15 +65,23 @@
}
.toolbar-dark > a,
.toolbar-dark > a[disabled],
.toolbar-dark > a[disabled]:hover,
.toolbar-dark > a[disabled]:active,
-.toolbar-dark > a[disabled]:focus { color: $color-gray; }
+.toolbar-dark > a[disabled]:focus {
+ color: $color-gray;
+ border-color: $color-black-dark;
+}
.toolbar-light,
.toolbar-light.toolbar-alt {
background: $color-haze-light;
border-color: $color-haze-dark;
}
+.toolbar-dark > a,
+.toolbar-dark > a[disabled],
+.toolbar-dark > a[disabled]:hover,
+.toolbar-dark > a[disabled]:active,
+.toolbar-dark > a[disabled]:focus { border-color: $color-haze-dark; }
/* # Media Queries
================================================== */
@media only screen and (max-width: 767px) {
.toolbar { display: none; }
\ No newline at end of file