libsysprof-gtk: remove marktable stiple

This doesn't work when you have recycling rows because even/odd isn't
stable. Additionally, the hover highlight is generally enough to be able
to give yourself a guide to read across columns.
This commit is contained in:
Christian Hergert
2023-06-14 22:38:42 -07:00
parent b0742d1368
commit 8558cd1b58

View File

@ -66,7 +66,3 @@ callgraphview row:not(:selected) treeexpander symbol.unwindable {
marktable {
font-size: .9em;
}
marktable row:nth-child(odd):not(:selected):not(:hover) {
background-color: alpha(currentColor, .02);
}