We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28ebdf commit 191c0d2Copy full SHA for 191c0d2
src/Tracy/Bar/assets/bar.css
@@ -18,7 +18,6 @@
18
border-radius: 0;
19
box-shadow: none;
20
text-shadow: none;
21
- box-sizing: border-box;
22
text-decoration: none;
23
text-transform: inherit;
24
white-space: inherit;
@@ -28,6 +27,8 @@
28
27
min-width: initial;
29
max-height: initial;
30
min-height: initial;
+ all: revert;
31
+ box-sizing: border-box;
32
}
33
34
#tracy-debug *:not(svg):not(img):not(table) {
@@ -40,6 +41,7 @@
40
41
#tracy-debug *:before,
42
#tracy-debug *:after {
43
all: unset;
44
45
46
47
#tracy-debug {
@@ -57,6 +59,13 @@ body#tracy-debug { /* in popup window */
57
59
top: 0;
58
60
61
62
+#tracy-debug ul,
63
+#tracy-debug ol,
64
+#tracy-debug pre {
65
+ margin: 0;
66
+ padding: 0;
67
+}
68
+
69
#tracy-debug b,
70
#tracy-debug strong {
71
font-weight: bold;
0 commit comments