Skip to content

Commit 32ee1fd

Browse files
committed
[fixup]: Update QUnit
1 parent 1870ea4 commit 32ee1fd

File tree

2 files changed

+1120
-156
lines changed

2 files changed

+1120
-156
lines changed

external/qunit/qunit.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* QUnit 1.17.1
2+
* QUnit 1.17.2-pre
33
* http://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
77
* http://jquery.org/license
88
*
9-
* Date: 2015-01-20T19:39Z
9+
* Date: 2015-03-31T19:26Z
1010
*/
1111

1212
/** Font Family and Sizes */
@@ -116,7 +116,12 @@
116116

117117
#qunit-tests.hidepass li.running,
118118
#qunit-tests.hidepass li.pass {
119-
display: none;
119+
visibility: hidden;
120+
width: 0px;
121+
height: 0px;
122+
padding: 0;
123+
border: 0;
124+
margin: 0;
120125
}
121126

122127
#qunit-tests li strong {
@@ -132,6 +137,11 @@
132137
color: #C2CCD1;
133138
text-decoration: none;
134139
}
140+
141+
#qunit-tests li p a {
142+
padding: 0.25em;
143+
color: #6B6464;
144+
}
135145
#qunit-tests li a:hover,
136146
#qunit-tests li a:focus {
137147
color: #000;

0 commit comments

Comments
 (0)