summaryrefslogtreecommitdiff
path: root/tests/gold
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-15 06:03:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-15 06:03:37 -0400
commit58745222dc174c0a93e3ae95797b71a2f1b38425 (patch)
tree1fcb092873d8d574192d49e1019d8e773c599c49 /tests/gold
parent0688836f584721250609748b03be0de0cea968b9 (diff)
downloadpython-coveragepy-git-58745222dc174c0a93e3ae95797b71a2f1b38425.tar.gz
Only the active context labels should have color
Diffstat (limited to 'tests/gold')
-rw-r--r--tests/gold/html/styled/style.css2
-rw-r--r--tests/gold/html/support/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/gold/html/styled/style.css b/tests/gold/html/styled/style.css
index 32e15f1c..0bf2986f 100644
--- a/tests/gold/html/styled/style.css
+++ b/tests/gold/html/styled/style.css
@@ -97,11 +97,11 @@ h2.stats { margin-top: .5em; font-size: 1em; }
#source p input { display: none; }
#source p input ~ .r label.ctx { cursor: pointer; border-radius: .25em; }
#source p input ~ .r label.ctx::before { content: "▶ "; }
+#source p input ~ .r label.ctx:hover { background: #d5f7ff; color: #666; }
#source p input:checked ~ .r label.ctx { background: #aaeeff; color: #666; border-radius: .75em .75em 0 0; padding: .25em .5em; margin: -.25em 0; }
#source p input:checked ~ .r label.ctx::before { content: "▼ "; }
#source p input:checked ~ .ctxs { display: block; }
#source p label.ctx { color: #999; display: inline-block; padding: 0 .5em; font-size: .8333em; }
-#source p label.ctx:hover { background: #d5f7ff; color: #666; }
#source p .ctxs { display: none; font-family: verdana, sans-serif; white-space: nowrap; background: #aaeeff; padding: .25em .5em; border-radius: .25em; margin-right: 1.75em; }
#source p .ctxs span { display: block; text-align: right; }
diff --git a/tests/gold/html/support/style.css b/tests/gold/html/support/style.css
index 32e15f1c..0bf2986f 100644
--- a/tests/gold/html/support/style.css
+++ b/tests/gold/html/support/style.css
@@ -97,11 +97,11 @@ h2.stats { margin-top: .5em; font-size: 1em; }
#source p input { display: none; }
#source p input ~ .r label.ctx { cursor: pointer; border-radius: .25em; }
#source p input ~ .r label.ctx::before { content: "▶ "; }
+#source p input ~ .r label.ctx:hover { background: #d5f7ff; color: #666; }
#source p input:checked ~ .r label.ctx { background: #aaeeff; color: #666; border-radius: .75em .75em 0 0; padding: .25em .5em; margin: -.25em 0; }
#source p input:checked ~ .r label.ctx::before { content: "▼ "; }
#source p input:checked ~ .ctxs { display: block; }
#source p label.ctx { color: #999; display: inline-block; padding: 0 .5em; font-size: .8333em; }
-#source p label.ctx:hover { background: #d5f7ff; color: #666; }
#source p .ctxs { display: none; font-family: verdana, sans-serif; white-space: nowrap; background: #aaeeff; padding: .25em .5em; border-radius: .25em; margin-right: 1.75em; }
#source p .ctxs span { display: block; text-align: right; }