We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500c484 commit af60172Copy full SHA for af60172
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
@@ -1003,3 +1003,13 @@ body.resizing-sidebar {
1003
.d3-flame-graph g:first-of-type .d3-flame-graph-label {
1004
color: var(--text-muted);
1005
}
1006
+
1007
+/* --------------------------------------------------------------------------
1008
+ Flamegraph-Specific Toggle Override
1009
+ -------------------------------------------------------------------------- */
1010
1011
+#toggle-invert .toggle-track.on {
1012
+ background: #8e44ad;
1013
+ border-color: #8e44ad;
1014
+ box-shadow: 0 0 8px rgba(142, 68, 173, 0.3);
1015
+}
0 commit comments