From 8558cd1b5828427297024d30d531e03ff141c81a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 14 Jun 2023 22:38:42 -0700 Subject: [PATCH] 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. --- src/libsysprof-gtk/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index d1abc4af..121a1921 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -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); -}