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); -}