From b0742d1368b78e4eda042e0b72981e3d78764b8d Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 14 Jun 2023 22:31:59 -0700 Subject: [PATCH] libsysprof-gtk: tweak styling for marktable --- src/libsysprof-gtk/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsysprof-gtk/style.css b/src/libsysprof-gtk/style.css index fcfac61b..d1abc4af 100644 --- a/src/libsysprof-gtk/style.css +++ b/src/libsysprof-gtk/style.css @@ -67,6 +67,6 @@ marktable { font-size: .9em; } -marktable row:nth-child(odd):not(:selected) { - background-color: alpha(currentColor, .05); +marktable row:nth-child(odd):not(:selected):not(:hover) { + background-color: alpha(currentColor, .02); }