From 5b689223b601f7cb12fc7fccb1fbb277d247c655 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 21 Feb 2025 14:07:32 +1100 Subject: [PATCH] fix: avatar: do not show cursor pointer on unclickable avatar --- stylesheets/_modules.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index e0c53e4ad..cb9ac1398 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -322,7 +322,6 @@ } .module-conversation-header__avatar { - cursor: pointer; min-width: 28px; user-select: none; }