File tree Expand file tree Collapse file tree 2 files changed +1120
-156
lines changed Expand file tree Collapse file tree 2 files changed +1120
-156
lines changed Original file line number Diff line number Diff line change 1
1
/*!
2
- * QUnit 1.17.1
2
+ * QUnit 1.17.2-pre
3
3
* http://qunitjs.com/
4
4
*
5
5
* Copyright jQuery Foundation and other contributors
6
6
* Released under the MIT license
7
7
* http://jquery.org/license
8
8
*
9
- * Date: 2015-01-20T19:39Z
9
+ * Date: 2015-03-31T19:26Z
10
10
*/
11
11
12
12
/** Font Family and Sizes */
116
116
117
117
# qunit-tests .hidepass li .running ,
118
118
# 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 ;
120
125
}
121
126
122
127
# qunit-tests li strong {
132
137
color : # C2CCD1 ;
133
138
text-decoration : none;
134
139
}
140
+
141
+ # qunit-tests li p a {
142
+ padding : 0.25em ;
143
+ color : # 6B6464 ;
144
+ }
135
145
# qunit-tests li a : hover ,
136
146
# qunit-tests li a : focus {
137
147
color : # 000 ;
You can’t perform that action at this time.
0 commit comments