File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 18
18
border-radius : 0 ;
19
19
box-shadow : none;
20
20
text-shadow : none;
21
- box-sizing : border-box;
22
21
text-decoration : none;
23
22
text-transform : inherit;
24
23
white-space : inherit;
28
27
min-width : initial;
29
28
max-height : initial;
30
29
min-height : initial;
30
+ all : revert;
31
+ box-sizing : border-box;
31
32
}
32
33
33
34
# tracy-debug * : not (svg ): not (img ): not (table ) {
40
41
# tracy-debug * : before ,
41
42
# tracy-debug * : after {
42
43
all : unset;
44
+ all : revert;
43
45
}
44
46
45
47
# tracy-debug {
@@ -57,6 +59,17 @@ body#tracy-debug { /* in popup window */
57
59
top : 0 ;
58
60
}
59
61
62
+ # tracy-debug * {
63
+ font : inherit;
64
+ }
65
+
66
+ # tracy-debug ul ,
67
+ # tracy-debug ol ,
68
+ # tracy-debug pre {
69
+ margin : 0 ;
70
+ padding : 0 ;
71
+ }
72
+
60
73
# tracy-debug b ,
61
74
# tracy-debug strong {
62
75
font-weight : bold;
@@ -403,6 +416,23 @@ body#tracy-debug .tracy-panel { /* in popup window */
403
416
404
417
405
418
/* toggle */
419
+ # tracy-debug .tracy-collapsed {
420
+ display : none;
421
+ }
422
+
423
+ # tracy-debug .tracy-toggle .tracy-collapsed {
424
+ display : inline;
425
+ }
426
+
427
+ # tracy-debug .tracy-toggle {
428
+ cursor : pointer;
429
+ -webkit-user-select : none;
430
+ -moz-user-select : none;
431
+ -khtml-user-select : none;
432
+ -ms-user-select : none;
433
+ user-select : none;
434
+ }
435
+
406
436
# tracy-debug .tracy-toggle : after {
407
437
content : "\A0\25BC" ;
408
438
opacity : .4 ;
@@ -413,6 +443,7 @@ body#tracy-debug .tracy-panel { /* in popup window */
413
443
}
414
444
415
445
446
+
416
447
@media print {
417
448
# tracy-debug * {
418
449
display : none;
You can’t perform that action at this time.
0 commit comments