From d09a35b129248289468a80fc422b2b7e78aab6d8 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Tue, 13 Aug 2019 13:42:55 +0300 Subject: [PATCH] Use default cursor for active channels --- client/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/css/style.css b/client/css/style.css index 5f6c4754..4d43de00 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -820,6 +820,10 @@ background on hover (unless active) */ opacity: 1; } +#sidebar .chan.active { + cursor: default; +} + #sidebar .chan.active .close { opacity: 0.4; display: unset;