Skip to content

Commit

Permalink
perf(devtools): disable flame graph animations
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Mar 19, 2021
1 parent 9912530 commit 18457f0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,16 @@
::ng-deep {
.ngx-fg-rect {
stroke: #303030;
transition: none;
}

.ngx-fg-label {
color: #bcc5ce;
}

.ngx-fg-svg-g {
transition: none;
}
}
}
}

0 comments on commit 18457f0

Please sign in to comment.