vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.1 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-10.2.2
- old
+ new
@@ -44,10 +44,11 @@
.toolbar > a[disabled],
.toolbar > a[disabled]:hover,
.toolbar > a[disabled]:active,
.toolbar > a[disabled]:focus {
background: $color-transparent;
+ color: $color-black-light;
cursor: not-allowed;
pointer-events: none;
}
/* # Colors
@@ -55,10 +56,14 @@
.toolbar-dark,
.toolbar-dark.toolbar-alt {
background: $color-black;
border-color: $color-black-dark;
}
-.toolbar-dark > a { color: $color-gray; }
+.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-light,
.toolbar-light.toolbar-alt {
background: $color-haze-light;
border-color: $color-haze-dark;
}
\ No newline at end of file