summaryrefslogtreecommitdiff
path: root/js_tests/qunit/qunit.css
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-05-16 13:28:16 -0400
committerTim Graham <timograham@gmail.com>2016-05-16 13:28:16 -0400
commit2265ff3710ae244a6f01640972571979543282c6 (patch)
treea616596d7b7249678fd8cd78ced98d31e22ef47d /js_tests/qunit/qunit.css
parentee9f947e60dd999ed6f3c197822b9003df0302ea (diff)
Updated qunit to 1.23.1.
Diffstat (limited to 'js_tests/qunit/qunit.css')
-rw-r--r--js_tests/qunit/qunit.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/js_tests/qunit/qunit.css b/js_tests/qunit/qunit.css
index a59e2824ce..ae68fc412e 100644
--- a/js_tests/qunit/qunit.css
+++ b/js_tests/qunit/qunit.css
@@ -1,12 +1,12 @@
/*!
- * QUnit 1.20.0
- * http://qunitjs.com/
+ * QUnit 1.23.1
+ * https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
- * http://jquery.org/license
+ * https://jquery.org/license
*
- * Date: 2015-10-27T17:53Z
+ * Date: 2016-04-12T17:29Z
*/
/** Font Family and Sizes */
@@ -120,6 +120,10 @@
display: list-item;
}
+#qunit-tests.hidepass {
+ position: relative;
+}
+
#qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass {
visibility: hidden;