Skip to content

Commit 6becc19

Browse files
committed
Theme: Set user-select: none; on "Rerun" link and "runtime"
Tripple-clicking to select a test result line and copying to clipboard now yields: > example: my test (5) Instead of: > example: my test (5)Rerun0 ms
1 parent 5ee5ae0 commit 6becc19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qunit.css

+2
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ body {
325325
padding: 0.5em;
326326
color: inherit;
327327
text-decoration: underline;
328+
user-select: none;
328329
}
329330
#qunit-tests li a:hover,
330331
#qunit-tests li a:focus {
@@ -334,6 +335,7 @@ body {
334335
#qunit-tests li .runtime {
335336
float: right;
336337
font-size: smaller;
338+
user-select: none;
337339
}
338340

339341
.qunit-assert-list {

0 commit comments

Comments
 (0)