From d3fecebd833535fdea1fa21245cbaf84e3b08e39 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Mon, 9 Dec 2019 11:28:44 +0530 Subject: [PATCH] feat: summary tag should have cursor pointer --- frappe/public/less/common.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/public/less/common.less b/frappe/public/less/common.less index 0f49c43de1..d6dc56cf6c 100644 --- a/frappe/public/less/common.less +++ b/frappe/public/less/common.less @@ -28,6 +28,10 @@ p { margin: 10px 0; } +details > summary { + cursor: pointer; +} + .text-color { color: @text-color !important; }