From de3ad52d12e6ce8a1f41e289b5dc4f691f242126 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sat, 16 Nov 2019 09:06:46 +0100 Subject: [PATCH] bar.css: added all:revert (experimental) --- src/Tracy/Bar/assets/bar.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Tracy/Bar/assets/bar.css b/src/Tracy/Bar/assets/bar.css index d1b4e09a7..e7a90cbf6 100644 --- a/src/Tracy/Bar/assets/bar.css +++ b/src/Tracy/Bar/assets/bar.css @@ -18,7 +18,6 @@ border-radius: 0; box-shadow: none; text-shadow: none; - box-sizing: border-box; text-decoration: none; text-transform: inherit; white-space: inherit; @@ -28,6 +27,8 @@ min-width: initial; max-height: initial; min-height: initial; + all: revert; + box-sizing: border-box; } #tracy-debug *:not(svg):not(img):not(table) { @@ -40,6 +41,7 @@ #tracy-debug *:before, #tracy-debug *:after { all: unset; + all: revert; } #tracy-debug { @@ -57,6 +59,13 @@ body#tracy-debug { /* in popup window */ top: 0; } +#tracy-debug ul, +#tracy-debug ol, +#tracy-debug pre { + margin: 0; + padding: 0; +} + #tracy-debug b, #tracy-debug strong { font-weight: bold;