Skip to content

Commit

Permalink
bar.css, bluescreen.css: resets :before and :after (nette#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastavesely authored and dg committed Jan 13, 2017
1 parent e1bc5e5 commit 1995b10
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Tracy/assets/Bar/bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ body #tracy-debug {
text-shadow: none;
}

#tracy-debug *:before
#tracy-debug *:after {
all: unset;
}

#tracy-debug b,
#tracy-debug strong {
font-weight: bold;
Expand Down
5 changes: 5 additions & 0 deletions src/Tracy/assets/BlueScreen/bluescreen.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
text-indent: 0;
}

#tracy-bs *:before,
#tracy-bs *:after {
all: unset;
}

#tracy-bs b {
font-weight: bold;
}
Expand Down

0 comments on commit 1995b10

Please sign in to comment.