[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [nyx/master] Limit FAQ cursor to question



commit 44430d082c41d19d67bccb2f185904c43bbac130
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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;

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits