File tree Expand file tree Collapse file tree 4 files changed +1189
-226
lines changed Expand file tree Collapse file tree 4 files changed +1189
-226
lines changed Original file line number Diff line number Diff line change 1414"jquery-mousewheel" : " 3.1.12" ,
1515"jquery-simulate" : " 1.0.0" ,
1616"jshint" : " 2.4.4" ,
17- "qunit" : " 1.17.1 " ,
17+ "qunit" : " 1.18.0 " ,
1818"qunit-assert-classes" : " 0.1.5" ,
1919
2020"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.
3030
3131====
3232
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 11/*!
2- * QUnit 1.17.1
2+ * QUnit 1.18.0
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-04-03T10:23Z
1010 */
1111
1212/** Font Family and Sizes */
116116
117117# qunit-tests .hidepass li .running ,
118118# 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 ;
120126}
121127
122128# qunit-tests li strong {
132138color : # C2CCD1 ;
133139text-decoration : none;
134140}
141+
142+ # qunit-tests li p a {
143+ padding : 0.25em ;
144+ color : # 6B6464 ;
145+ }
135146# qunit-tests li a : hover ,
136147# qunit-tests li a : focus {
137148color : # 000 ;
You can’t perform that action at this time.
0 commit comments