From c66b34e7e1ee5b9b7054ecccc73f589ead2f8543 Mon Sep 17 00:00:00 2001 From: Pavel Zubkou Date: Tue, 11 Aug 2015 17:29:16 +0300 Subject: [PATCH] Set safe CSS for progress indicator which does not conflict with Bootstrap --- mocha.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mocha.css b/mocha.css index 3b82ae915c..759a6c8c47 100644 --- a/mocha.css +++ b/mocha.css @@ -261,6 +261,15 @@ body { #mocha-stats .progress { float: right; padding-top: 0; + + /** + * Set safe initial values, so mochas .progress does not inherit these + * properties from Bootstrap .progress (which causes .progress height to + * equal line height set in Bootstrap). + */ + height: auto; + box-shadow: none; + background-color: initial; } #mocha-stats em {