Merge pull request #3364 from thelounge/xpaw/active-chan-cursor

Use default cursor for active channels
This commit is contained in:
Pavel Djundik 2019-09-17 11:00:48 +03:00 committed by GitHub
commit 7e27f2d058
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;