summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-31 11:19:17 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-31 11:19:17 -0500
commit7d1cf64be239124befc698a696771a842be17794 (patch)
tree562cc124390fdd8e0a0fc68f3694bf1ba7f943d8 /coverage/htmlfiles
parentdd2fe2b40497470bf1747c558b73c8baeee53bfe (diff)
downloadpython-coveragepy-7d1cf64be239124befc698a696771a842be17794.tar.gz
Underline the name when hovering the row in the HTML index
Diffstat (limited to 'coverage/htmlfiles')
-rw-r--r--coverage/htmlfiles/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.css b/coverage/htmlfiles/style.css
index f999eb7..4214af5 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 {