summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/htmlfiles/style.scss')
-rw-r--r--coverage/htmlfiles/style.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/coverage/htmlfiles/style.scss b/coverage/htmlfiles/style.scss
index 24f7d1a1..c0d88ebb 100644
--- a/coverage/htmlfiles/style.scss
+++ b/coverage/htmlfiles/style.scss
@@ -401,6 +401,10 @@ $context-panel-color: #aaeeff;
&::before {
content: "▶ ";
}
+ &:hover {
+ background: mix($context-panel-color, #fff, 50%);
+ color: #666;
+ }
}
&:checked ~ .r label.ctx {
@@ -424,10 +428,6 @@ $context-panel-color: #aaeeff;
display: inline-block;
padding: 0 .5em;
font-size: .8333em; // 10/12
- &:hover {
- background: mix($context-panel-color, #fff, 50%);
- color: #666;
- }
}
.ctxs {