[tor-commits] [nyx/master] Limit FAQ cursor to question
atagar at torproject.org
atagar at torproject.org
Sat Aug 5 15:45:31 UTC 2017
commit 44430d082c41d19d67bccb2f185904c43bbac130
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Aug 5 08:44:31 2017 -0700
Limit FAQ cursor to question
Only showing the finger cursor when on the clickable question. This was
mistakenly applied to the right, as well as some elements it contained too.
---
web/styles.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/web/styles.css b/web/styles.css
index a4421fe..fd92867 100644
--- a/web/styles.css
+++ b/web/styles.css
@@ -171,20 +171,19 @@ FAQ Page
}
.questions li {
- cursor: pointer;
margin: 0px;
padding: 0px 0px 5px 0px;
text-align: left;
}
.questions span {
+ cursor: pointer;
color: #302000;
font-size: 18px;
font-weight: bold;
}
.answer {
- cursor: default;
height: 0px;
overflow: hidden;
padding: 0px;
More information about the tor-commits
mailing list