vendor/assets/stylesheets/_tooltip.scss in active_frontend-13.0.6 vs vendor/assets/stylesheets/_tooltip.scss in active_frontend-13.1.0
- old
+ new
@@ -93,13 +93,13 @@
/* # Colors
================================================== */
.tooltip-light {
border-color: $color-light-haze;
- color: $color-dark-black;
+ color: $color-black;
}
.tooltip-white {
border-color: $color-white;
- color: $color-dark-black;
+ color: $color-black;
}
.tooltip-light > .tooltip-inner { background: $color-light-haze; }
.tooltip-white > .tooltip-inner { background: $color-white; }