From 703f088e67c256b2491ced099b994f277775fe5f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 31 Jan 2016 11:19:17 -0500 Subject: Underline the name when hovering the row in the HTML index --- coverage/htmlfiles/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css index f999eb70..4214af5b 100644 --- a/coverage/htmlfiles/style.css +++ b/coverage/htmlfiles/style.css @@ -308,10 +308,6 @@ td.text { text-decoration: none; color: #000; } -#index td.name a:hover { - text-decoration: underline; - color: #000; - } #index tr.total, #index tr.total_dynamic { } @@ -324,6 +320,10 @@ td.text { #index tr.file:hover { background: #eeeeee; } +#index tr.file:hover td.name { + text-decoration: underline; + color: #000; + } /* scroll marker styles */ #scroll_marker { -- cgit v1.2.1