From 9c4c8e93afdc1af45eabfb5c23460d59e8e3bf46 Mon Sep 17 00:00:00 2001 From: tree Date: Thu, 23 Feb 2023 14:09:17 +0100 Subject: [PATCH] Fix program hover --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index 154d85a..bea7abd 100644 --- a/src/app.css +++ b/src/app.css @@ -59,7 +59,7 @@ .table-custom th { @apply text-mild; } - .table-custom tbody tr:hover td { + .table-custom tbody tr:hover td, .table-custom tbody tr:hover td span { @apply bg-white text-black; } .table-custom tbody tr:hover td .description {