mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
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:
@ -66,7 +66,3 @@ callgraphview row:not(:selected) treeexpander symbol.unwindable {
|
|||||||
marktable {
|
marktable {
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
marktable row:nth-child(odd):not(:selected):not(:hover) {
|
|
||||||
background-color: alpha(currentColor, .02);
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user