File tree 4 files changed +1189
-226
lines changed
4 files changed +1189
-226
lines changed Original file line number Diff line number Diff line change 14
14
"jquery-mousewheel" : " 3.1.12" ,
15
15
"jquery-simulate" : " 1.0.0" ,
16
16
"jshint" : " 2.4.4" ,
17
- "qunit" : " 1.17.1 " ,
17
+ "qunit" : " 1.18.0 " ,
18
18
"qunit-assert-classes" : " 0.1.5" ,
19
19
20
20
"jquery-1.7.0" : " jquery#1.7.0" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
30
30
31
31
====
32
32
33
- All files located in the node_modules and external directories are
34
- externally maintained libraries used by this software which have their
35
- own licenses; we recommend you read them, as their terms may differ from
36
- the terms above.
33
+ All files located in the node_modules directory are externally maintained
34
+ libraries used by this software which have their own licenses; we
35
+ recommend you read them, as their terms may differ from the terms above.
Original file line number Diff line number Diff line change 1
1
/*!
2
- * QUnit 1.17.1
2
+ * QUnit 1.18.0
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-04-03T10:23Z
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
+ position : absolute;
121
+ width : 0px ;
122
+ height : 0px ;
123
+ padding : 0 ;
124
+ border : 0 ;
125
+ margin : 0 ;
120
126
}
121
127
122
128
# qunit-tests li strong {
132
138
color : # C2CCD1 ;
133
139
text-decoration : none;
134
140
}
141
+
142
+ # qunit-tests li p a {
143
+ padding : 0.25em ;
144
+ color : # 6B6464 ;
145
+ }
135
146
# qunit-tests li a : hover ,
136
147
# qunit-tests li a : focus {
137
148
color : # 000 ;
You can’t perform that action at this time.
0 commit comments