From ae9da2a14a69029dc79cbbb22280b6b0b224ddc8 Mon Sep 17 00:00:00 2001 From: Sylvain Lesage Date: Tue, 21 Jan 2025 11:55:47 +0100 Subject: [PATCH] fix css --- src/HighTable.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/HighTable.css b/src/HighTable.css index 42b17dcc..de3cfa07 100644 --- a/src/HighTable.css +++ b/src/HighTable.css @@ -124,10 +124,10 @@ tr.selected th:first-child { background-color: #f1edbb; } /* if selectable, show checkboxes on hover (and focus) */ -th.selectable:first-child:hover span, th.selectable:first-child:focus span { +.selectable th:first-child:hover span, .selectable th:first-child:focus span { display: none; } -th.selectable:first-child:hover input, th.selectable:first-child:focus input { +.selectable th:first-child:hover input, .selectable th:first-child:focus input { display: inline; cursor: pointer; }