|
1 | 1 | /*! |
2 | | - * QUnit 1.23.1 |
3 | | - * https://qunitjs.com/ |
| 2 | + * QUnit 1.17.1 |
| 3 | + * http://qunitjs.com/ |
4 | 4 | * |
5 | 5 | * Copyright jQuery Foundation and other contributors |
6 | 6 | * Released under the MIT license |
7 | | - * https://jquery.org/license |
| 7 | + * http://jquery.org/license |
8 | 8 | * |
9 | | - * Date: 2016-04-12T17:29Z |
| 9 | + * Date: 2015-01-20T19:39Z |
10 | 10 | */ |
11 | 11 |
|
12 | 12 | /** Font Family and Sizes */ |
13 | 13 |
|
14 | | -#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult { |
| 14 | +#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult { |
15 | 15 | font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif; |
16 | 16 | } |
17 | 17 |
|
18 | | -#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; } |
| 18 | +#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; } |
19 | 19 | #qunit-tests { font-size: smaller; } |
20 | 20 |
|
21 | 21 |
|
22 | 22 | /** Resets */ |
23 | 23 |
|
24 | | -#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter { |
| 24 | +#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter { |
25 | 25 | margin: 0; |
26 | 26 | padding: 0; |
27 | 27 | } |
|
68 | 68 | overflow: hidden; |
69 | 69 | } |
70 | 70 |
|
71 | | -#qunit-filteredTest { |
72 | | - padding: 0.5em 1em 0.5em 1em; |
73 | | - background-color: #F4FF77; |
74 | | - color: #366097; |
75 | | -} |
76 | | - |
77 | 71 | #qunit-userAgent { |
78 | 72 | padding: 0.5em 1em 0.5em 1em; |
79 | 73 | background-color: #2B81AF; |
|
120 | 114 | display: list-item; |
121 | 115 | } |
122 | 116 |
|
123 | | -#qunit-tests.hidepass { |
124 | | - position: relative; |
125 | | -} |
126 | | - |
127 | 117 | #qunit-tests.hidepass li.running, |
128 | 118 | #qunit-tests.hidepass li.pass { |
129 | | - visibility: hidden; |
130 | | - position: absolute; |
131 | | - width: 0; |
132 | | - height: 0; |
133 | | - padding: 0; |
134 | | - border: 0; |
135 | | - margin: 0; |
| 119 | + display: none; |
136 | 120 | } |
137 | 121 |
|
138 | 122 | #qunit-tests li strong { |
|
148 | 132 | color: #C2CCD1; |
149 | 133 | text-decoration: none; |
150 | 134 | } |
151 | | - |
152 | | -#qunit-tests li p a { |
153 | | - padding: 0.25em; |
154 | | - color: #6B6464; |
155 | | -} |
156 | 135 | #qunit-tests li a:hover, |
157 | 136 | #qunit-tests li a:focus { |
158 | 137 | color: #000; |
|
172 | 151 | border-radius: 5px; |
173 | 152 | } |
174 | 153 |
|
175 | | -.qunit-source { |
176 | | - margin: 0.6em 0 0.3em; |
177 | | -} |
178 | | - |
179 | 154 | .qunit-collapsed { |
180 | 155 | display: none; |
181 | 156 | } |
|
0 commit comments