From 09fb2b9af3ee7ef0e6a23e913ac74967d4a08d24 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Mon, 20 Mar 2017 05:07:18 +0000 Subject: Update dependencies. --- js/tests/vendor/qunit.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'js/tests/vendor/qunit.css') diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css index 50fe5c290..90e1269f1 100644 --- a/js/tests/vendor/qunit.css +++ b/js/tests/vendor/qunit.css @@ -1,12 +1,12 @@ /*! - * QUnit 2.1.1 + * QUnit 2.2.0 * https://qunitjs.com/ * * Copyright jQuery Foundation and other contributors * Released under the MIT license * https://jquery.org/license * - * Date: 2017-01-06T01:52Z + * Date: 2017-03-11T16:19Z */ /** Font Family and Sizes */ @@ -384,6 +384,7 @@ background-color: #EBECE9; } +#qunit-tests .qunit-todo-label, #qunit-tests .qunit-skipped-label { background-color: #F4FF77; display: inline-block; @@ -394,6 +395,10 @@ margin: -0.4em 0.4em -0.4em 0; } +#qunit-tests .qunit-todo-label { + background-color: #EEE; +} + /** Result */ #qunit-testresult { -- cgit v1.2.3