sysprof: mess with fonts less on callgraph view

This commit is contained in:
Christian Hergert
2023-07-19 17:00:46 -07:00
parent e45bd8910b
commit 52513c3827

View File

@ -34,7 +34,6 @@ progresscell label.in-progress {
}
callgraphview {
font-size: .9em;
}
callgraphview treeexpander indent { -gtk-icon-size: 8px; }
@ -44,13 +43,6 @@ callgraphview symbol {
margin: -1px -3px;
padding: 1px 6px;
}
callgraphview symbol.context-switch,
callgraphview symbol.process,
callgraphview symbol.thread,
callgraphview symbol.root,
callgraphview symbol.unwindable {
font-weight: 600;
}
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.process,
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.thread,
callgraphview row:not(:selected) treeexpander expander:checked+box symbol.root {