From 5344768e9347696e15d1cecb2d72dacf74f9efb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 30 Apr 2018 01:03:47 -0400 Subject: [PATCH] Fix mouse cursor on userlist --- client/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index fd26c419..de296ad7 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1182,7 +1182,7 @@ kbd { /* Parsed nicks and channels */ -.chat .user, +#chat .user, .inline-channel { cursor: pointer; transition: opacity 0.2s; @@ -1495,7 +1495,6 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ line-height: 1.6; padding: 0 16px; white-space: nowrap; - cursor: pointer; } #chat .user-mode::before {