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;