Use default cursor for active channels

This commit is contained in:
Pavel Djundik 2019-08-13 13:42:55 +03:00
parent c4236e0e12
commit d09a35b129

View file

@ -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;