diff --git a/app/assets/stylesheets/qunit-custom.scss b/app/assets/stylesheets/qunit-custom.scss index 7b92333562e..8e3190e083f 100644 --- a/app/assets/stylesheets/qunit-custom.scss +++ b/app/assets/stylesheets/qunit-custom.scss @@ -102,6 +102,10 @@ body { color: #ddd; } + #qunit-tests .skipped { + background-color: #1a1b18; + } + ol.qunit-assert-list > li > table > tbody, tr.test-expected, tr.test-actual,