Pārlūkot izejas kodu

Update style.css (#282)

Add cursor pointer on hover of summary bar
George Roubos 3 gadi atpakaļ
vecāks
revīzija
567556711b
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      static/style.css

+ 4 - 0
static/style.css

@@ -1027,6 +1027,10 @@ a.search_subreddit:hover {
 	background: var(--foreground);
 }
 
+summary.comment_data {
+    cursor: pointer;
+}
+
 .moderator, .admin { opacity: 1; }
 .op, .moderator, .admin { font-weight: bold; }