[tor-commits] [metrics-web/master] Fix anchors.
karsten at torproject.org
karsten at torproject.org
Mon Jan 9 17:03:42 UTC 2017
commit 30a727175b845e9db47923d31873b6c2b68ea93c
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Thu Jan 5 13:42:56 2017 +0100
Fix anchors.
---
website/web/css/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/web/css/style.css b/website/web/css/style.css
index 1e54398..88cc2fa 100644
--- a/website/web/css/style.css
+++ b/website/web/css/style.css
@@ -768,11 +768,11 @@ label.checkbox-label, label.radio-label {
/* Anchor-Links for Headlines */
.anchor {
- display:none;
+ opacity:0;
text-decoration:none;
}
*:hover > .anchor {
- display:inline;
+ opacity:1;
color:#78c040;
}
*:hover > .anchor:hover {
More information about the tor-commits
mailing list