Skip to content

Commit

Permalink
Merge pull request #1827 from irnc/patch-1
Browse files Browse the repository at this point in the history
Set safe CSS for progress indicator which does not conflict with Bootstrap
  • Loading branch information
danielstjules committed Feb 17, 2016
2 parents e290bc0 + c66b34e commit 0543798
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mocha.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0543798

Please sign in to comment.