From 94a29843e47e0a7dc043539e309091f3daac1f93 Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Mon, 9 Sep 2013 09:12:27 -0400 Subject: [PATCH] fix pending passes/failures in the browser comma in the wrong spot --- mocha.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mocha.css b/mocha.css index 24ce52247e..8dff3c16b6 100644 --- a/mocha.css +++ b/mocha.css @@ -187,8 +187,8 @@ body { display: none; } -#mocha-report.pending .test.pass -#mocha-report.pending .test.fail, { +#mocha-report.pending .test.pass, +#mocha-report.pending .test.fail { display: none; } #mocha-report.pending .test.pass.pending {