From 3910cc63f6aca6952e93ef4b2e1d6b7351abc918 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Thu, 24 Mar 2022 12:29:06 +0530 Subject: [PATCH] fix: cursor pointer for back button --- frappe/templates/styles/discussion_style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/templates/styles/discussion_style.css b/frappe/templates/styles/discussion_style.css index d0f1f24183..b59261c8bd 100644 --- a/frappe/templates/styles/discussion_style.css +++ b/frappe/templates/styles/discussion_style.css @@ -180,6 +180,7 @@ .back-button { margin-right: 1rem; + cursor: pointer; } .reply-author {