From 9709e1b4edf7feaedbd085f373c96aa4f136e35e Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 23 Aug 2023 14:12:17 -0500 Subject: [PATCH] actions: Show pointer on bell icon. --- web/styles/zulip.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 5b5c4eaa36..07bffd876e 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1540,6 +1540,7 @@ td.pointer { &:hover { opacity: 0.4 !important; + cursor: pointer; } }