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