From cb0d0b03c8a3c7b16f3859a559e9af102812d3aa Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 25 Feb 2023 17:41:41 +0200 Subject: [PATCH] change .muted cursor to arrow instead of hand --- files/assets/css/chat.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/css/chat.css b/files/assets/css/chat.css index 475195854..68dd1bd3c 100644 --- a/files/assets/css/chat.css +++ b/files/assets/css/chat.css @@ -163,7 +163,7 @@ img[alt^="![]("] { } .muted { - cursor: pointer; + cursor: default; } #online > li, #online3 > li {