Skip to content

Commit

Permalink
bar.css: added all:revert (experimental)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 28, 2019
1 parent 5d6cb07 commit ab88b8a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/Tracy/Bar/assets/bar.css
Expand Up @@ -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;
Expand All @@ -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) {
Expand All @@ -40,6 +41,7 @@
#tracy-debug *:before,
#tracy-debug *:after {
all: unset;
all: revert;
}

#tracy-debug {
Expand All @@ -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;
Expand Down

0 comments on commit ab88b8a

Please sign in to comment.