Skip to content

Commit

Permalink
bar.css: fixed reseting :before and :after
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 26, 2017
1 parent 65c8e02 commit 2079a3a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/Tracy/assets/Bar/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body #tracy-debug {
clear: none;
}

#tracy-debug *:before
#tracy-debug *:before,
#tracy-debug *:after {
all: unset;
}
Expand Down Expand Up @@ -345,6 +345,17 @@ body#tracy-debug .tracy-panel { /* in popup window */
}


/* toggle */
#tracy-debug .tracy-toggle:after {
content: " ▼";
opacity: .4;
}

#tracy-debug .tracy-toggle.tracy-collapsed:after {
content: " ►";
}


@media print {
#tracy-debug * {
display: none;
Expand Down

0 comments on commit 2079a3a

Please sign in to comment.