Skip to content

Commit 191c0d2

Browse files
committed
bar.css: added all:revert (experimental)
1 parent d28ebdf commit 191c0d2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/Tracy/Bar/assets/bar.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
border-radius: 0;
1919
box-shadow: none;
2020
text-shadow: none;
21-
box-sizing: border-box;
2221
text-decoration: none;
2322
text-transform: inherit;
2423
white-space: inherit;
@@ -28,6 +27,8 @@
2827
min-width: initial;
2928
max-height: initial;
3029
min-height: initial;
30+
all: revert;
31+
box-sizing: border-box;
3132
}
3233

3334
#tracy-debug *:not(svg):not(img):not(table) {
@@ -40,6 +41,7 @@
4041
#tracy-debug *:before,
4142
#tracy-debug *:after {
4243
all: unset;
44+
all: revert;
4345
}
4446

4547
#tracy-debug {
@@ -57,6 +59,13 @@ body#tracy-debug { /* in popup window */
5759
top: 0;
5860
}
5961

62+
#tracy-debug ul,
63+
#tracy-debug ol,
64+
#tracy-debug pre {
65+
margin: 0;
66+
padding: 0;
67+
}
68+
6069
#tracy-debug b,
6170
#tracy-debug strong {
6271
font-weight: bold;

0 commit comments

Comments
 (0)