From 567556711bb0a592a13b7d9d2d1dbaecfeebe0a9 Mon Sep 17 00:00:00 2001 From: George Roubos Date: Mon, 20 Sep 2021 05:00:07 +1000 Subject: [PATCH] Update style.css (#282) Add cursor pointer on hover of summary bar --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 91000c7..9327e66 100644 --- a/static/style.css +++ b/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; }