From 0d776920faeaa919360c2cc6d39ea1e53e08bc97 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 8 Jul 2020 14:34:16 +0530 Subject: [PATCH] refactor: show cursor pointer on dropdown items --- frappe/public/scss/notification.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frappe/public/scss/notification.scss b/frappe/public/scss/notification.scss index 89d0accc08..473e8f1cb3 100644 --- a/frappe/public/scss/notification.scss +++ b/frappe/public/scss/notification.scss @@ -6,10 +6,12 @@ .mark-all-read { margin-top: 2px; margin-right: 15px; + cursor: pointer; } .notification-settings { margin-top: 2px; + cursor: pointer; } .collapse-indicator {