vendor/assets/stylesheets/_tooltip.scss in active_frontend-12.1.23 vs vendor/assets/stylesheets/_tooltip.scss in active_frontend-12.1.24

- old
+ new

@@ -92,13 +92,13 @@ /* # Colors ================================================== */ .tooltip-light { border-color: $color-light-haze; - color: $color-black; + color: $color-dark-black; } .tooltip-white { border-color: $color-white; - color: $color-black; + color: $color-dark-black; } .tooltip-light > .tooltip-inner { background: $color-light-haze; } .tooltip-white > .tooltip-inner { background: $color-white; } \ No newline at end of file